Html Css Color HEX #9710BF Dark Violet

📋 copy color: '#9710BF'

red 151 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #9710BF

Tints of Dark Violet #9710BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.35%

R = 42.18%
G = 4.47%
B = 53.35%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9710BF (or 0x9710BF) is known color: Dark Violet. HEX triplet: 97, 10 and BF. RGB value is (151,16,191). Sum of RGB (Red+Green+Blue) = 151+16+191=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #9710BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710BF is #68EF40. Grayscale: #4B4B4B. Windows color (decimal): -6876993 or 12521623. OLE color: 12521623.

HSL color Cylindrical-coordinate representation of color #9710BF: hue angle of 286.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9710BF is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 16 191 -
CMYK 0.21 0.92 0 0.25
HSL 286.29º 0.85% 0.41% -
HSV(B) 286.29º 0.92% 0.75% -
XYZ 22.35 10.71 50.18 -
YUV 76.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 151 16 191 0.21 0.92 0 0.25 286.29 0.85 0.41
Hex 97 10 BF 15 5C 0 19 11E 55 29
Octal 227 20 277 25 134 0 31 436 125 51
Binary 10010111 10000 10111111 10101 1011100 0 11001 100011110 1010101 101001

Color Harmonies of #9710BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710BF

Black with #9710BF

Text Example


Text Example

White with #9710BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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