Html Css Color HEX #9702D5 Dark Violet

📋 copy color: '#9702D5'

red 151 ◦ green 2 ◦ blue 213

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

Shades of Dark Violet #9702D5

Tints of Dark Violet #9702D5

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 213 (83.59% from 255) = 58.2%

R = 41.26%
G = 0.55%
B = 58.2%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9702D5 (or 0x9702D5) is known color: Dark Violet. HEX triplet: 97, 02 and D5. RGB value is (151,2,213). Sum of RGB (Red+Green+Blue) = 151+2+213=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #9702D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9702D5 is #68FD2A. Grayscale: #454545. Windows color (decimal): -6880555 or 13959831. OLE color: 13959831.

HSL color Cylindrical-coordinate representation of color #9702D5: hue angle of 282.37º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9702D5 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 2 213 -
CMYK 0.29 0.99 0 0.16
HSL 282.37º 0.98% 0.42% -
HSV(B) 282.37º 0.99% 0.84% -
XYZ 24.79 11.43 63.85 -
YUV 70.61 208.36 185.34 -
System Red Green Blue C M Y K H S L
Decimal 151 2 213 0.29 0.99 0 0.16 282.37 0.98 0.42
Hex 97 2 D5 1D 63 0 10 11A 62 2A
Octal 227 2 325 35 143 0 20 432 142 52
Binary 10010111 10 11010101 11101 1100011 0 10000 100011010 1100010 101010

Color Harmonies of #9702D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9702D5

Black with #9702D5

Text Example


Text Example

White with #9702D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9702D5; }

 p { color: rgb(151,2,213); }

 H1.HeaderClassName
 {
   color: #9702D5;
 }
 .AnyTagClassName
 {
   color: #9702D5;
 }
</style>

background-color css

<style>
 a { background-color: #9702D5; }

 a { background-color: rgb(151,2,213); }

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

border-color css

<style>
 span { border-color: #9702D5; }

 span { border-color: rgb(151,2,213); }

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