Html Css Color HEX #9614CE Dark Violet

📋 copy color: '#9614CE'

red 150 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #9614CE

Tints of Dark Violet #9614CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

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

R = 39.89%
G = 5.32%
B = 54.79%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9614CE (or 0x9614CE) is known color: Dark Violet. HEX triplet: 96, 14 and CE. RGB value is (150,20,206). Sum of RGB (Red+Green+Blue) = 150+20+206=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #9614CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614CE is #69EB31. Grayscale: #4F4F4F. Windows color (decimal): -6941490 or 13505686. OLE color: 13505686.

HSL color Cylindrical-coordinate representation of color #9614CE: hue angle of 281.94º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9614CE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 20 206 -
CMYK 0.27 0.90 0 0.19
HSL 281.94º 0.82% 0.44% -
HSV(B) 281.94º 0.9% 0.81% -
XYZ 23.97 11.44 59.34 -
YUV 80.07 199.07 177.88 -
System Red Green Blue C M Y K H S L
Decimal 150 20 206 0.27 0.90 0 0.19 281.94 0.82 0.44
Hex 96 14 CE 1B 5A 0 13 11A 52 2C
Octal 226 24 316 33 132 0 23 432 122 54
Binary 10010110 10100 11001110 11011 1011010 0 10011 100011010 1010010 101100

Color Harmonies of #9614CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614CE

Black with #9614CE

Text Example


Text Example

White with #9614CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,20,206); }

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

background-color css

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

 a { background-color: rgb(150,20,206); }

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

border-color css

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

 span { border-color: rgb(150,20,206); }

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