Html Css Color HEX #9012B3 Dark Violet

📋 copy color: '#9012B3'

red 144 ◦ green 18 ◦ blue 179

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

Shades of Dark Violet #9012B3

Tints of Dark Violet #9012B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 42.23%
G = 5.28%
B = 52.49%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9012B3 (or 0x9012B3) is known color: Dark Violet. HEX triplet: 90, 12 and B3. RGB value is (144,18,179). Sum of RGB (Red+Green+Blue) = 144+18+179=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #9012B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9012B3 is #6FED4C. Grayscale: #494949. Windows color (decimal): -7335245 or 11735696. OLE color: 11735696.

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

Color convert

RGB 144 18 179 -
CMYK 0.20 0.90 0 0.30
HSL 286.96º 0.82% 0.39% -
HSV(B) 286.96º 0.9% 0.7% -
XYZ 19.85 9.62 43.46 -
YUV 74.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 144 18 179 0.20 0.90 0 0.30 286.96 0.82 0.39
Hex 90 12 B3 14 5A 0 1E 11F 52 27
Octal 220 22 263 24 132 0 36 437 122 47
Binary 10010000 10010 10110011 10100 1011010 0 11110 100011111 1010010 100111

Color Harmonies of #9012B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012B3

Black with #9012B3

Text Example


Text Example

White with #9012B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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