Html Css Color HEX #9713CB Dark Violet

📋 copy color: '#9713CB'

red 151 ◦ green 19 ◦ blue 203

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

Shades of Dark Violet #9713CB

Tints of Dark Violet #9713CB

RGB

 RED value IS 151 (59.38% from 255) = 40.48%

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

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

R = 40.48%
G = 5.09%
B = 54.42%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9713CB (or 0x9713CB) is known color: Dark Violet. HEX triplet: 97, 13 and CB. RGB value is (151,19,203). Sum of RGB (Red+Green+Blue) = 151+19+203=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #9713CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9713CB is #68EC34. Grayscale: #4E4E4E. Windows color (decimal): -6876213 or 13308823. OLE color: 13308823.

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

Color convert

RGB 151 19 203 -
CMYK 0.26 0.91 0 0.20
HSL 283.04º 0.83% 0.44% -
HSV(B) 283.04º 0.91% 0.8% -
XYZ 23.77 11.36 57.44 -
YUV 79.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 151 19 203 0.26 0.91 0 0.20 283.04 0.83 0.44
Hex 97 13 CB 1A 5B 0 14 11B 53 2C
Octal 227 23 313 32 133 0 24 433 123 54
Binary 10010111 10011 11001011 11010 1011011 0 10100 100011011 1010011 101100

Color Harmonies of #9713CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9713CB

Black with #9713CB

Text Example


Text Example

White with #9713CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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