Html Css Color HEX #9612D0 Dark Violet

📋 copy color: '#9612D0'

red 150 ◦ green 18 ◦ blue 208

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

Shades of Dark Violet #9612D0

Tints of Dark Violet #9612D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 39.89%
G = 4.79%
B = 55.32%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9612D0 (or 0x9612D0) is known color: Dark Violet. HEX triplet: 96, 12 and D0. RGB value is (150,18,208). Sum of RGB (Red+Green+Blue) = 150+18+208=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #9612D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612D0 is #69ED2F. Grayscale: #4E4E4E. Windows color (decimal): -6942000 or 13636246. OLE color: 13636246.

HSL color Cylindrical-coordinate representation of color #9612D0: hue angle of 281.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9612D0 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 18 208 -
CMYK 0.28 0.91 0 0.18
HSL 281.68º 0.84% 0.44% -
HSV(B) 281.68º 0.91% 0.82% -
XYZ 24.18 11.47 60.61 -
YUV 79.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 150 18 208 0.28 0.91 0 0.18 281.68 0.84 0.44
Hex 96 12 D0 1C 5B 0 12 11A 54 2C
Octal 226 22 320 34 133 0 22 432 124 54
Binary 10010110 10010 11010000 11100 1011011 0 10010 100011010 1010100 101100

Color Harmonies of #9612D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612D0

Black with #9612D0

Text Example


Text Example

White with #9612D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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