Html Css Color HEX #9710BD Dark Violet

📋 copy color: '#9710BD'

red 151 ◦ green 16 ◦ blue 189

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

Shades of Dark Violet #9710BD

Tints of Dark Violet #9710BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.49%

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 42.42%
G = 4.49%
B = 53.09%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9710BD (or 0x9710BD) is known color: Dark Violet. HEX triplet: 97, 10 and BD. RGB value is (151,16,189). Sum of RGB (Red+Green+Blue) = 151+16+189=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #9710BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710BD is #68EF42. Grayscale: #4B4B4B. Windows color (decimal): -6876995 or 12390551. OLE color: 12390551.

HSL color Cylindrical-coordinate representation of color #9710BD: hue angle of 286.82º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9710BD is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 16 189 -
CMYK 0.20 0.92 0 0.26
HSL 286.82º 0.84% 0.4% -
HSV(B) 286.82º 0.92% 0.74% -
XYZ 22.13 10.62 49.03 -
YUV 76.09 191.73 181.43 -
System Red Green Blue C M Y K H S L
Decimal 151 16 189 0.20 0.92 0 0.26 286.82 0.84 0.4
Hex 97 10 BD 14 5C 0 1A 11F 54 28
Octal 227 20 275 24 134 0 32 437 124 50
Binary 10010111 10000 10111101 10100 1011100 0 11010 100011111 1010100 101000

Color Harmonies of #9710BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710BD

Black with #9710BD

Text Example


Text Example

White with #9710BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9710BD; }

 p { color: rgb(151,16,189); }

 H1.HeaderClassName
 {
   color: #9710BD;
 }
 .AnyTagClassName
 {
   color: #9710BD;
 }
</style>

background-color css

<style>
 a { background-color: #9710BD; }

 a { background-color: rgb(151,16,189); }

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

border-color css

<style>
 span { border-color: #9710BD; }

 span { border-color: rgb(151,16,189); }

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