Html Css Color HEX #9014CB Dark Violet

📋 copy color: '#9014CB'

red 144 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #9014CB

Tints of Dark Violet #9014CB

RGB

 RED value IS 144 (56.64% from 255) = 39.24%

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

 BLUE value IS 203 (79.69% from 255) = 55.31%

R = 39.24%
G = 5.45%
B = 55.31%

CMYK

 C value IS 0.29

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9014CB (or 0x9014CB) is known color: Dark Violet. HEX triplet: 90, 14 and CB. RGB value is (144,20,203). Sum of RGB (Red+Green+Blue) = 144+20+203=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #9014CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9014CB is #6FEB34. Grayscale: #4D4D4D. Windows color (decimal): -7334709 or 13309072. OLE color: 13309072.

HSL color Cylindrical-coordinate representation of color #9014CB: hue angle of 280.66º 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 #9014CB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 20 203 -
CMYK 0.29 0.90 0 0.20
HSL 280.66º 0.82% 0.44% -
HSV(B) 280.66º 0.9% 0.8% -
XYZ 22.53 10.74 57.39 -
YUV 77.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 144 20 203 0.29 0.90 0 0.20 280.66 0.82 0.44
Hex 90 14 CB 1D 5A 0 14 119 52 2C
Octal 220 24 313 35 132 0 24 431 122 54
Binary 10010000 10100 11001011 11101 1011010 0 10100 100011001 1010010 101100

Color Harmonies of #9014CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9014CB

Black with #9014CB

Text Example


Text Example

White with #9014CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9014CB; }

 p { color: rgb(144,20,203); }

 H1.HeaderClassName
 {
   color: #9014CB;
 }
 .AnyTagClassName
 {
   color: #9014CB;
 }
</style>

background-color css

<style>
 a { background-color: #9014CB; }

 a { background-color: rgb(144,20,203); }

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

border-color css

<style>
 span { border-color: #9014CB; }

 span { border-color: rgb(144,20,203); }

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