Html Css Color HEX #9714CB Dark Violet

📋 copy color: '#9714CB'

red 151 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #9714CB

Tints of Dark Violet #9714CB

RGB

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

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

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

R = 40.37%
G = 5.35%
B = 54.28%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9714CB (or 0x9714CB) is known color: Dark Violet. HEX triplet: 97, 14 and CB. RGB value is (151,20,203). Sum of RGB (Red+Green+Blue) = 151+20+203=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #9714CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9714CB is #68EB34. Grayscale: #4F4F4F. Windows color (decimal): -6875957 or 13309079. OLE color: 13309079.

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

Color convert

RGB 151 20 203 -
CMYK 0.26 0.90 0 0.20
HSL 282.95º 0.82% 0.44% -
HSV(B) 282.95º 0.9% 0.8% -
XYZ 23.79 11.39 57.44 -
YUV 80.03 197.4 178.62 -
System Red Green Blue C M Y K H S L
Decimal 151 20 203 0.26 0.90 0 0.20 282.95 0.82 0.44
Hex 97 14 CB 1A 5A 0 14 11B 52 2C
Octal 227 24 313 32 132 0 24 433 122 54
Binary 10010111 10100 11001011 11010 1011010 0 10100 100011011 1010010 101100

Color Harmonies of #9714CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9714CB

Black with #9714CB

Text Example


Text Example

White with #9714CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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