Html Css Color HEX #9913CB Dark Violet

📋 copy color: '#9913CB'

red 153 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #9913CB

Tints of Dark Violet #9913CB

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

 GREEN value IS 19 (7.81% from 255) = 5.07%

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

R = 40.8%
G = 5.07%
B = 54.13%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9913CB (or 0x9913CB) is known color: Dark Violet. HEX triplet: 99, 13 and CB. RGB value is (153,19,203). Sum of RGB (Red+Green+Blue) = 153+19+203=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 19 (7.81% from 255 or 5.07% 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 #9913CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9913CB is #66EC34. Grayscale: #4F4F4F. Windows color (decimal): -6745141 or 13308825. OLE color: 13308825.

HSL color Cylindrical-coordinate representation of color #9913CB: hue angle of 283.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9913CB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 19 203 -
CMYK 0.25 0.91 0 0.20
HSL 283.7º 0.83% 0.44% -
HSV(B) 283.7º 0.91% 0.8% -
XYZ 24.15 11.55 57.46 -
YUV 80.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 153 19 203 0.25 0.91 0 0.20 283.7 0.83 0.44
Hex 99 13 CB 19 5B 0 14 11C 53 2C
Octal 231 23 313 31 133 0 24 434 123 54
Binary 10011001 10011 11001011 11001 1011011 0 10100 100011100 1010011 101100

Color Harmonies of #9913CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9913CB

Black with #9913CB

Text Example


Text Example

White with #9913CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,19,203); }

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

background-color css

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

 a { background-color: rgb(153,19,203); }

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

border-color css

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

 span { border-color: rgb(153,19,203); }

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