Html Css Color HEX #9612E5 Dark Violet

📋 copy color: '#9612E5'

red 150 ◦ green 18 ◦ blue 229

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

Shades of Dark Violet #9612E5

Tints of Dark Violet #9612E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.68%

R = 37.78%
G = 4.53%
B = 57.68%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9612E5 (or 0x9612E5) is known color: Dark Violet. HEX triplet: 96, 12 and E5. RGB value is (150,18,229). Sum of RGB (Red+Green+Blue) = 150+18+229=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #9612E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612E5 is #69ED1A. Grayscale: #505050. Windows color (decimal): -6941979 or 15012502. OLE color: 15012502.

HSL color Cylindrical-coordinate representation of color #9612E5: hue angle of 277.54º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9612E5 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 18 229 -
CMYK 0.34 0.92 0 0.10
HSL 277.54º 0.85% 0.48% -
HSV(B) 277.54º 0.92% 0.9% -
XYZ 26.94 12.57 75.14 -
YUV 81.52 211.23 176.84 -
System Red Green Blue C M Y K H S L
Decimal 150 18 229 0.34 0.92 0 0.10 277.54 0.85 0.48
Hex 96 12 E5 22 5C 0 A 116 55 30
Octal 226 22 345 42 134 0 12 426 125 60
Binary 10010110 10010 11100101 100010 1011100 0 1010 100010110 1010101 110000

Color Harmonies of #9612E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612E5

Black with #9612E5

Text Example


Text Example

White with #9612E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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