Html Css Color HEX #9704CE Dark Violet

📋 copy color: '#9704CE'

red 151 ◦ green 4 ◦ blue 206

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

Shades of Dark Violet #9704CE

Tints of Dark Violet #9704CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 41.83%
G = 1.11%
B = 57.06%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9704CE (or 0x9704CE) is known color: Dark Violet. HEX triplet: 97, 04 and CE. RGB value is (151,4,206). Sum of RGB (Red+Green+Blue) = 151+4+206=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #9704CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9704CE is #68FB31. Grayscale: #464646. Windows color (decimal): -6880050 or 13501591. OLE color: 13501591.

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

Color convert

RGB 151 4 206 -
CMYK 0.27 0.98 0 0.19
HSL 283.66º 0.96% 0.41% -
HSV(B) 283.66º 0.98% 0.81% -
XYZ 23.95 11.12 59.28 -
YUV 70.98 204.2 185.07 -
System Red Green Blue C M Y K H S L
Decimal 151 4 206 0.27 0.98 0 0.19 283.66 0.96 0.41
Hex 97 4 CE 1B 62 0 13 11C 60 29
Octal 227 4 316 33 142 0 23 434 140 51
Binary 10010111 100 11001110 11011 1100010 0 10011 100011100 1100000 101001

Color Harmonies of #9704CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9704CE

Black with #9704CE

Text Example


Text Example

White with #9704CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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