Html Css Color HEX #9710BB Dark Violet

📋 copy color: '#9710BB'

red 151 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #9710BB

Tints of Dark Violet #9710BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 42.66%
G = 4.52%
B = 52.82%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9710BB (or 0x9710BB) is known color: Dark Violet. HEX triplet: 97, 10 and BB. RGB value is (151,16,187). Sum of RGB (Red+Green+Blue) = 151+16+187=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #9710BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9710BB is #68EF44. Grayscale: #4B4B4B. Windows color (decimal): -6876997 or 12259479. OLE color: 12259479.

HSL color Cylindrical-coordinate representation of color #9710BB: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9710BB is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 16 187 -
CMYK 0.19 0.91 0 0.27
HSL 287.37º 0.84% 0.4% -
HSV(B) 287.37º 0.91% 0.73% -
XYZ 21.92 10.54 47.89 -
YUV 75.86 190.73 181.6 -
System Red Green Blue C M Y K H S L
Decimal 151 16 187 0.19 0.91 0 0.27 287.37 0.84 0.4
Hex 97 10 BB 13 5B 0 1B 11F 54 28
Octal 227 20 273 23 133 0 33 437 124 50
Binary 10010111 10000 10111011 10011 1011011 0 11011 100011111 1010100 101000

Color Harmonies of #9710BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9710BB

Black with #9710BB

Text Example


Text Example

White with #9710BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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