Html Css Color HEX #9500BE Dark Violet

📋 copy color: '#9500BE'

red 149 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #9500BE

Tints of Dark Violet #9500BE

RGB

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

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

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

R = 43.95%
G = 0%
B = 56.05%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9500BE (or 0x9500BE) is known color: Dark Violet. HEX triplet: 95, 00 and BE. RGB value is (149,0,190). Sum of RGB (Red+Green+Blue) = 149+0+190=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #9500BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500BE is #6AFF41. Grayscale: #414141. Windows color (decimal): -7012162 or 12451989. OLE color: 12451989.

HSL color Cylindrical-coordinate representation of color #9500BE: hue angle of 287.05º 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 #9500BE is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 0 190 -
CMYK 0.22 1 0 0.25
HSL 287.05º 1% 0.37% -
HSV(B) 287.05º 1% 0.75% -
XYZ 21.69 10.11 49.52 -
YUV 66.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 149 0 190 0.22 1 0 0.25 287.05 1 0.37
Hex 95 0 BE 16 64 0 19 11F 64 25
Octal 225 0 276 26 144 0 31 437 144 45
Binary 10010101 0 10111110 10110 1100100 0 11001 100011111 1100100 100101

Color Harmonies of #9500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500BE

Black with #9500BE

Text Example


Text Example

White with #9500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,0,190); }

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

background-color css

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

 a { background-color: rgb(149,0,190); }

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

border-color css

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

 span { border-color: rgb(149,0,190); }

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