Html Css Color HEX #9500BD Dark Violet

📋 copy color: '#9500BD'

red 149 ◦ green 0 ◦ blue 189

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

Shades of Dark Violet #9500BD

Tints of Dark Violet #9500BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 55.92%

R = 44.08%
G = 0%
B = 55.92%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9500BD (or 0x9500BD) is known color: Dark Violet. HEX triplet: 95, 00 and BD. RGB value is (149,0,189). Sum of RGB (Red+Green+Blue) = 149+0+189=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #9500BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500BD is #6AFF42. Grayscale: #414141. Windows color (decimal): -7012163 or 12386453. OLE color: 12386453.

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

Color convert

RGB 149 0 189 -
CMYK 0.21 1 0 0.26
HSL 287.3º 1% 0.37% -
HSV(B) 287.3º 1% 0.74% -
XYZ 21.58 10.06 48.95 -
YUV 66.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 149 0 189 0.21 1 0 0.26 287.3 1 0.37
Hex 95 0 BD 15 64 0 1A 11F 64 25
Octal 225 0 275 25 144 0 32 437 144 45
Binary 10010101 0 10111101 10101 1100100 0 11010 100011111 1100100 100101

Color Harmonies of #9500BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9500BD

Black with #9500BD

Text Example


Text Example

White with #9500BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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