Html Css Color HEX #9708BB Dark Violet

📋 copy color: '#9708BB'

red 151 ◦ green 8 ◦ blue 187

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

Shades of Dark Violet #9708BB

Tints of Dark Violet #9708BB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.31%

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

R = 43.64%
G = 2.31%
B = 54.05%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9708BB (or 0x9708BB) is known color: Dark Violet. HEX triplet: 97, 08 and BB. RGB value is (151,8,187). Sum of RGB (Red+Green+Blue) = 151+8+187=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #9708BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708BB is #68F744. Grayscale: #464646. Windows color (decimal): -6879045 or 12257431. OLE color: 12257431.

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

Color convert

RGB 151 8 187 -
CMYK 0.19 0.96 0 0.27
HSL 287.93º 0.92% 0.38% -
HSV(B) 287.93º 0.96% 0.73% -
XYZ 21.82 10.34 47.86 -
YUV 71.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 151 8 187 0.19 0.96 0 0.27 287.93 0.92 0.38
Hex 97 8 BB 13 60 0 1B 120 5C 26
Octal 227 10 273 23 140 0 33 440 134 46
Binary 10010111 1000 10111011 10011 1100000 0 11011 100100000 1011100 100110

Color Harmonies of #9708BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9708BB

Black with #9708BB

Text Example


Text Example

White with #9708BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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