Html Css Color HEX #9700BC Dark Violet

📋 copy color: '#9700BC'

red 151 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #9700BC

Tints of Dark Violet #9700BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 55.46%

R = 44.54%
G = 0%
B = 55.46%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9700BC (or 0x9700BC) is known color: Dark Violet. HEX triplet: 97, 00 and BC. RGB value is (151,0,188). Sum of RGB (Red+Green+Blue) = 151+0+188=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #9700BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9700BC is #68FF43. Grayscale: #414141. Windows color (decimal): -6881092 or 12320919. OLE color: 12320919.

HSL color Cylindrical-coordinate representation of color #9700BC: hue angle of 288.19º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9700BC is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 0 188 -
CMYK 0.20 1 0 0.26
HSL 288.19º 1% 0.37% -
HSV(B) 288.19º 1% 0.74% -
XYZ 21.84 10.21 48.4 -
YUV 66.58 196.53 188.21 -
System Red Green Blue C M Y K H S L
Decimal 151 0 188 0.20 1 0 0.26 288.19 1 0.37
Hex 97 0 BC 14 64 0 1A 120 64 25
Octal 227 0 274 24 144 0 32 440 144 45
Binary 10010111 0 10111100 10100 1100100 0 11010 100100000 1100100 100101

Color Harmonies of #9700BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9700BC

Black with #9700BC

Text Example


Text Example

White with #9700BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9700BC; }

 p { color: rgb(151,0,188); }

 H1.HeaderClassName
 {
   color: #9700BC;
 }
 .AnyTagClassName
 {
   color: #9700BC;
 }
</style>

background-color css

<style>
 a { background-color: #9700BC; }

 a { background-color: rgb(151,0,188); }

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

border-color css

<style>
 span { border-color: #9700BC; }

 span { border-color: rgb(151,0,188); }

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