Html Css Color HEX #9700BF Dark Violet

📋 copy color: '#9700BF'

red 151 ◦ green 0 ◦ blue 191

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

Shades of Dark Violet #9700BF

Tints of Dark Violet #9700BF

RGB

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

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

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

R = 44.15%
G = 0%
B = 55.85%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9700BF (or 0x9700BF) is known color: Dark Violet. HEX triplet: 97, 00 and BF. RGB value is (151,0,191). Sum of RGB (Red+Green+Blue) = 151+0+191=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #9700BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9700BF is #68FF40. Grayscale: #424242. Windows color (decimal): -6881089 or 12517527. OLE color: 12517527.

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

Color convert

RGB 151 0 191 -
CMYK 0.21 1 0 0.25
HSL 287.43º 1% 0.37% -
HSV(B) 287.43º 1% 0.75% -
XYZ 22.17 10.34 50.12 -
YUV 66.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 151 0 191 0.21 1 0 0.25 287.43 1 0.37
Hex 97 0 BF 15 64 0 19 11F 64 25
Octal 227 0 277 25 144 0 31 437 144 45
Binary 10010111 0 10111111 10101 1100100 0 11001 100011111 1100100 100101

Color Harmonies of #9700BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9700BF

Black with #9700BF

Text Example


Text Example

White with #9700BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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