Html Css Color HEX #9710BE Dark Violet

📋 copy color: '#9710BE'

red 151 ◦ green 16 ◦ blue 190

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

Shades of Dark Violet #9710BE

Tints of Dark Violet #9710BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 42.3%
G = 4.48%
B = 53.22%

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

#9710BE (or 0x9710BE) is known color: Dark Violet. HEX triplet: 97, 10 and BE. RGB value is (151,16,190). Sum of RGB (Red+Green+Blue) = 151+16+190=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #9710BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710BE is #68EF41. Grayscale: #4B4B4B. Windows color (decimal): -6876994 or 12456087. OLE color: 12456087.

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

Color convert

RGB 151 16 190 -
CMYK 0.21 0.92 0 0.25
HSL 286.55º 0.84% 0.4% -
HSV(B) 286.55º 0.92% 0.75% -
XYZ 22.24 10.67 49.6 -
YUV 76.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 151 16 190 0.21 0.92 0 0.25 286.55 0.84 0.4
Hex 97 10 BE 15 5C 0 19 11F 54 28
Octal 227 20 276 25 134 0 31 437 124 50
Binary 10010111 10000 10111110 10101 1011100 0 11001 100011111 1010100 101000

Color Harmonies of #9710BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710BE

Black with #9710BE

Text Example


Text Example

White with #9710BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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