Html Css Color HEX #9507BF Dark Violet

📋 copy color: '#9507BF'

red 149 ◦ green 7 ◦ blue 191

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

Shades of Dark Violet #9507BF

Tints of Dark Violet #9507BF

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 42.94%
G = 2.02%
B = 55.04%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9507BF (or 0x9507BF) is known color: Dark Violet. HEX triplet: 95, 07 and BF. RGB value is (149,7,191). Sum of RGB (Red+Green+Blue) = 149+7+191=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 7 (3.12% from 255 or 2.02% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #9507BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9507BF is #6AF840. Grayscale: #454545. Windows color (decimal): -7010369 or 12519317. OLE color: 12519317.

HSL color Cylindrical-coordinate representation of color #9507BF: hue angle of 286.3º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9507BF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 7 191 -
CMYK 0.22 0.96 0 0.25
HSL 286.3º 0.93% 0.39% -
HSV(B) 286.3º 0.96% 0.75% -
XYZ 21.87 10.3 50.13 -
YUV 70.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 149 7 191 0.22 0.96 0 0.25 286.3 0.93 0.39
Hex 95 7 BF 16 60 0 19 11E 5D 27
Octal 225 7 277 26 140 0 31 436 135 47
Binary 10010101 111 10111111 10110 1100000 0 11001 100011110 1011101 100111

Color Harmonies of #9507BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9507BF

Black with #9507BF

Text Example


Text Example

White with #9507BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,7,191); }

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

background-color css

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

 a { background-color: rgb(149,7,191); }

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

border-color css

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

 span { border-color: rgb(149,7,191); }

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