Html Css Color HEX #9701DA Dark Violet

📋 copy color: '#9701DA'

red 151 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #9701DA

Tints of Dark Violet #9701DA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 40.81%
G = 0.27%
B = 58.92%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9701DA (or 0x9701DA) is known color: Dark Violet. HEX triplet: 97, 01 and DA. RGB value is (151,1,218). Sum of RGB (Red+Green+Blue) = 151+1+218=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #9701DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701DA is #68FE25. Grayscale: #454545. Windows color (decimal): -6880806 or 14287255. OLE color: 14287255.

HSL color Cylindrical-coordinate representation of color #9701DA: hue angle of 281.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701DA is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 1 218 -
CMYK 0.31 1.00 0 0.15
HSL 281.47º 0.99% 0.43% -
HSV(B) 281.47º 1% 0.85% -
XYZ 25.43 11.66 67.24 -
YUV 70.59 211.2 185.36 -
System Red Green Blue C M Y K H S L
Decimal 151 1 218 0.31 1.00 0 0.15 281.47 0.99 0.43
Hex 97 1 DA 1F 64 0 F 119 63 2B
Octal 227 1 332 37 144 0 17 431 143 53
Binary 10010111 1 11011010 11111 1100100 0 1111 100011001 1100011 101011

Color Harmonies of #9701DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701DA

Black with #9701DA

Text Example


Text Example

White with #9701DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9701DA; }

 p { color: rgb(151,1,218); }

 H1.HeaderClassName
 {
   color: #9701DA;
 }
 .AnyTagClassName
 {
   color: #9701DA;
 }
</style>

background-color css

<style>
 a { background-color: #9701DA; }

 a { background-color: rgb(151,1,218); }

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

border-color css

<style>
 span { border-color: #9701DA; }

 span { border-color: rgb(151,1,218); }

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