Html Css Color HEX #9704CA Dark Violet

📋 copy color: '#9704CA'

red 151 ◦ green 4 ◦ blue 202

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

Shades of Dark Violet #9704CA

Tints of Dark Violet #9704CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 56.58%

R = 42.3%
G = 1.12%
B = 56.58%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9704CA (or 0x9704CA) is known color: Dark Violet. HEX triplet: 97, 04 and CA. RGB value is (151,4,202). Sum of RGB (Red+Green+Blue) = 151+4+202=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #9704CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9704CA is #68FB35. Grayscale: #454545. Windows color (decimal): -6880054 or 13239447. OLE color: 13239447.

HSL color Cylindrical-coordinate representation of color #9704CA: hue angle of 284.55º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9704CA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 4 202 -
CMYK 0.25 0.98 0 0.21
HSL 284.55º 0.96% 0.4% -
HSV(B) 284.55º 0.98% 0.79% -
XYZ 23.47 10.93 56.75 -
YUV 70.53 202.2 185.4 -
System Red Green Blue C M Y K H S L
Decimal 151 4 202 0.25 0.98 0 0.21 284.55 0.96 0.4
Hex 97 4 CA 19 62 0 15 11D 60 28
Octal 227 4 312 31 142 0 25 435 140 50
Binary 10010111 100 11001010 11001 1100010 0 10101 100011101 1100000 101000

Color Harmonies of #9704CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9704CA

Black with #9704CA

Text Example


Text Example

White with #9704CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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