#9436DD

Color #9436DD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9436DD

Tints of Blue Violet #9436DD

Color information

#9436DD (or 0x9436DD) is unknown color: approx Blue Violet. HEX triplet: 94, 36 and DD. RGB value is (148,54,221). Sum of RGB (Red+Green+Blue) = 148+54+221=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #9436DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9436DD is #6BC922. Grayscale: #646464. Windows color (decimal): -7063843 or 14497428. OLE color: 14497428.

HSL color Cylindrical-coordinate representation of color #9436DD: hue angle of 273.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9436DD is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14854221-
CMYK0.330.7600.13
HSL273.77º71.06%53.92%-
HSV(B)273.77º75.57%86.67%-
XYZ26.5814.1569.74-
YUV101.14195.64161.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 54 (21.48% from 255) = 12.77%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=34.99%
G=12.77%
B=52.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148542210.330.7600.13273.7771.0653.92
Hex9436DD214C0D1124736
Octal224663354111401542210766
Binary10010100110110110111011000011001100011011000100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9436DD; }

 p { color: rgb(148,54,221); }

 H1.HeaderClassName
 {
   color: #9436DD;
 }
 .AnyTagClassName
 {
   color: #9436DD;
 }
</style>
background-color css

<style>
 a { background-color: #9436DD; }

 a { background-color: rgb(148,54,221); }

 div.DivClassName
 {
   background-color: #9436DD;
 }
 .BgClassName
 {
   background-color: #9436DD;
 }
</style>
border-color css

<style>
 span { border-color: #9436DD; }

 span { border-color: rgb(148,54,221); }

 td.TdClassName
 {
   border-color: #9436DD;
 }
 .TagClassName
 {
   border-color: #9436DD;
 }
</style>