Html Css Color HEX #9704CB Dark Violet

📋 copy color: '#9704CB'

red 151 ◦ green 4 ◦ blue 203

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

Shades of Dark Violet #9704CB

Tints of Dark Violet #9704CB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

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

R = 42.18%
G = 1.12%
B = 56.7%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9704CB (or 0x9704CB) is known color: Dark Violet. HEX triplet: 97, 04 and CB. RGB value is (151,4,203). Sum of RGB (Red+Green+Blue) = 151+4+203=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9704CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9704CB is #68FB34. Grayscale: #454545. Windows color (decimal): -6880053 or 13304983. OLE color: 13304983.

HSL color Cylindrical-coordinate representation of color #9704CB: hue angle of 284.32º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9704CB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 4 203 -
CMYK 0.26 0.98 0 0.20
HSL 284.32º 0.96% 0.41% -
HSV(B) 284.32º 0.98% 0.8% -
XYZ 23.59 10.98 57.38 -
YUV 70.64 202.7 185.32 -
System Red Green Blue C M Y K H S L
Decimal 151 4 203 0.26 0.98 0 0.20 284.32 0.96 0.41
Hex 97 4 CB 1A 62 0 14 11C 60 29
Octal 227 4 313 32 142 0 24 434 140 51
Binary 10010111 100 11001011 11010 1100010 0 10100 100011100 1100000 101001

Color Harmonies of #9704CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9704CB

Black with #9704CB

Text Example


Text Example

White with #9704CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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