Html Css Color HEX #9814CB Dark Violet

📋 copy color: '#9814CB'

red 152 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #9814CB

Tints of Dark Violet #9814CB

RGB

 RED value IS 152 (59.77% from 255) = 40.53%

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

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

R = 40.53%
G = 5.33%
B = 54.13%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9814CB (or 0x9814CB) is known color: Dark Violet. HEX triplet: 98, 14 and CB. RGB value is (152,20,203). Sum of RGB (Red+Green+Blue) = 152+20+203=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #9814CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9814CB is #67EB34. Grayscale: #4F4F4F. Windows color (decimal): -6810421 or 13309080. OLE color: 13309080.

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

Color convert

RGB 152 20 203 -
CMYK 0.25 0.90 0 0.20
HSL 283.28º 0.82% 0.44% -
HSV(B) 283.28º 0.9% 0.8% -
XYZ 23.98 11.49 57.45 -
YUV 80.33 197.23 179.12 -
System Red Green Blue C M Y K H S L
Decimal 152 20 203 0.25 0.90 0 0.20 283.28 0.82 0.44
Hex 98 14 CB 19 5A 0 14 11B 52 2C
Octal 230 24 313 31 132 0 24 433 122 54
Binary 10011000 10100 11001011 11001 1011010 0 10100 100011011 1010010 101100

Color Harmonies of #9814CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814CB

Black with #9814CB

Text Example


Text Example

White with #9814CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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