Html Css Color HEX #9614CD Dark Violet

📋 copy color: '#9614CD'

red 150 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #9614CD

Tints of Dark Violet #9614CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 40%
G = 5.33%
B = 54.67%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9614CD (or 0x9614CD) is known color: Dark Violet. HEX triplet: 96, 14 and CD. RGB value is (150,20,205). Sum of RGB (Red+Green+Blue) = 150+20+205=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #9614CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614CD is #69EB32. Grayscale: #4F4F4F. Windows color (decimal): -6941491 or 13440150. OLE color: 13440150.

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

Color convert

RGB 150 20 205 -
CMYK 0.27 0.90 0 0.20
HSL 282.16º 0.82% 0.44% -
HSV(B) 282.16º 0.9% 0.8% -
XYZ 23.85 11.39 58.7 -
YUV 79.96 198.57 177.96 -
System Red Green Blue C M Y K H S L
Decimal 150 20 205 0.27 0.90 0 0.20 282.16 0.82 0.44
Hex 96 14 CD 1B 5A 0 14 11A 52 2C
Octal 226 24 315 33 132 0 24 432 122 54
Binary 10010110 10100 11001101 11011 1011010 0 10100 100011010 1010010 101100

Color Harmonies of #9614CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614CD

Black with #9614CD

Text Example


Text Example

White with #9614CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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