Html Css Color HEX #9012B2 Dark Violet

📋 copy color: '#9012B2'

red 144 ◦ green 18 ◦ blue 178

#9012B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9012B2

Tints of Dark Violet #9012B2

RGB

 RED value IS 144 (56.64% from 255) = 42.35%

 GREEN value IS 18 (7.42% from 255) = 5.29%

 BLUE value IS 178 (69.92% from 255) = 52.35%

R = 42.35%
G = 5.29%
B = 52.35%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9012B2 (or 0x9012B2) is known color: Dark Violet. HEX triplet: 90, 12 and B2. RGB value is (144,18,178). Sum of RGB (Red+Green+Blue) = 144+18+178=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 178 (69.92% from 255 or 52.35% from 340); Max value from RGB is 178 - color contains mainly: blue. Hex color #9012B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9012B2 is #6FED4D. Grayscale: #494949. Windows color (decimal): -7335246 or 11670160. OLE color: 11670160.

HSL color Cylindrical-coordinate representation of color #9012B2: hue angle of 287.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9012B2 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 18 178 -
CMYK 0.19 0.90 0 0.30
HSL 287.25º 0.82% 0.38% -
HSV(B) 287.25º 0.9% 0.7% -
XYZ 19.75 9.58 42.93 -
YUV 73.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 144 18 178 0.19 0.90 0 0.30 287.25 0.82 0.38
Hex 90 12 B2 13 5A 0 1E 11F 52 26
Octal 220 22 262 23 132 0 36 437 122 46
Binary 10010000 10010 10110010 10011 1011010 0 11110 100011111 1010010 100110

Color Harmonies of #9012B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012B2

Black with #9012B2

Text Example


Text Example

White with #9012B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9012B2; }

 p { color: rgb(144,18,178); }

 H1.HeaderClassName
 {
   color: #9012B2;
 }
 .AnyTagClassName
 {
   color: #9012B2;
 }
</style>

background-color css

<style>
 a { background-color: #9012B2; }

 a { background-color: rgb(144,18,178); }

 div.DivClassName
 {
   background-color: #9012B2;
 }
 .BgClassName
 {
   background-color: #9012B2;
 }
</style>

border-color css

<style>
 span { border-color: #9012B2; }

 span { border-color: rgb(144,18,178); }

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