Html Css Color HEX #9312CE Dark Violet

📋 copy color: '#9312CE'

red 147 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #9312CE

Tints of Dark Violet #9312CE

RGB

 RED value IS 147 (57.81% from 255) = 39.62%

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

 BLUE value IS 206 (80.86% from 255) = 55.53%

R = 39.62%
G = 4.85%
B = 55.53%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9312CE (or 0x9312CE) is known color: Dark Violet. HEX triplet: 93, 12 and CE. RGB value is (147,18,206). Sum of RGB (Red+Green+Blue) = 147+18+206=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #9312CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9312CE is #6CED31. Grayscale: #4D4D4D. Windows color (decimal): -7138610 or 13505171. OLE color: 13505171.

HSL color Cylindrical-coordinate representation of color #9312CE: hue angle of 281.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9312CE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 18 206 -
CMYK 0.29 0.91 0 0.19
HSL 281.17º 0.84% 0.44% -
HSV(B) 281.17º 0.91% 0.81% -
XYZ 23.39 11.09 59.3 -
YUV 78 200.24 177.21 -
System Red Green Blue C M Y K H S L
Decimal 147 18 206 0.29 0.91 0 0.19 281.17 0.84 0.44
Hex 93 12 CE 1D 5B 0 13 119 54 2C
Octal 223 22 316 35 133 0 23 431 124 54
Binary 10010011 10010 11001110 11101 1011011 0 10011 100011001 1010100 101100

Color Harmonies of #9312CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9312CE

Black with #9312CE

Text Example


Text Example

White with #9312CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9312CE; }

 p { color: rgb(147,18,206); }

 H1.HeaderClassName
 {
   color: #9312CE;
 }
 .AnyTagClassName
 {
   color: #9312CE;
 }
</style>

background-color css

<style>
 a { background-color: #9312CE; }

 a { background-color: rgb(147,18,206); }

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

border-color css

<style>
 span { border-color: #9312CE; }

 span { border-color: rgb(147,18,206); }

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