Html Css Color HEX #9701BE Dark Violet

📋 copy color: '#9701BE'

red 151 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #9701BE

Tints of Dark Violet #9701BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 44.15%
G = 0.29%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9701BE (or 0x9701BE) is known color: Dark Violet. HEX triplet: 97, 01 and BE. RGB value is (151,1,190). Sum of RGB (Red+Green+Blue) = 151+1+190=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #9701BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9701BE is #68FE41. Grayscale: #424242. Windows color (decimal): -6880834 or 12452247. OLE color: 12452247.

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

Color convert

RGB 151 1 190 -
CMYK 0.21 0.99 0 0.25
HSL 287.62º 0.99% 0.37% -
HSV(B) 287.62º 0.99% 0.75% -
XYZ 22.07 10.32 49.54 -
YUV 67.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 151 1 190 0.21 0.99 0 0.25 287.62 0.99 0.37
Hex 97 1 BE 15 63 0 19 120 63 25
Octal 227 1 276 25 143 0 31 440 143 45
Binary 10010111 1 10111110 10101 1100011 0 11001 100100000 1100011 100101

Color Harmonies of #9701BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701BE

Black with #9701BE

Text Example


Text Example

White with #9701BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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