Html Css Color HEX #9612DF Dark Violet

📋 copy color: '#9612DF'

red 150 ◦ green 18 ◦ blue 223

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

Shades of Dark Violet #9612DF

Tints of Dark Violet #9612DF

RGB

 RED value IS 150 (58.98% from 255) = 38.36%

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 38.36%
G = 4.6%
B = 57.03%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9612DF (or 0x9612DF) is known color: Dark Violet. HEX triplet: 96, 12 and DF. RGB value is (150,18,223). Sum of RGB (Red+Green+Blue) = 150+18+223=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #9612DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612DF is #69ED20. Grayscale: #505050. Windows color (decimal): -6941985 or 14619286. OLE color: 14619286.

HSL color Cylindrical-coordinate representation of color #9612DF: hue angle of 278.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9612DF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 18 223 -
CMYK 0.33 0.92 0 0.13
HSL 278.63º 0.85% 0.47% -
HSV(B) 278.63º 0.92% 0.87% -
XYZ 26.11 12.24 70.8 -
YUV 80.84 208.23 177.33 -
System Red Green Blue C M Y K H S L
Decimal 150 18 223 0.33 0.92 0 0.13 278.63 0.85 0.47
Hex 96 12 DF 21 5C 0 D 117 55 2F
Octal 226 22 337 41 134 0 15 427 125 57
Binary 10010110 10010 11011111 100001 1011100 0 1101 100010111 1010101 101111

Color Harmonies of #9612DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612DF

Black with #9612DF

Text Example


Text Example

White with #9612DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9612DF; }

 p { color: rgb(150,18,223); }

 H1.HeaderClassName
 {
   color: #9612DF;
 }
 .AnyTagClassName
 {
   color: #9612DF;
 }
</style>

background-color css

<style>
 a { background-color: #9612DF; }

 a { background-color: rgb(150,18,223); }

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

border-color css

<style>
 span { border-color: #9612DF; }

 span { border-color: rgb(150,18,223); }

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