Html Css Color HEX #9510BB Dark Violet

📋 copy color: '#9510BB'

red 149 ◦ green 16 ◦ blue 187

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

Shades of Dark Violet #9510BB

Tints of Dark Violet #9510BB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.55%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 42.33%
G = 4.55%
B = 53.13%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9510BB (or 0x9510BB) is known color: Dark Violet. HEX triplet: 95, 10 and BB. RGB value is (149,16,187). Sum of RGB (Red+Green+Blue) = 149+16+187=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #9510BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510BB is #6AEF44. Grayscale: #4A4A4A. Windows color (decimal): -7008069 or 12259477. OLE color: 12259477.

HSL color Cylindrical-coordinate representation of color #9510BB: hue angle of 286.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9510BB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 16 187 -
CMYK 0.20 0.91 0 0.27
HSL 286.67º 0.84% 0.4% -
HSV(B) 286.67º 0.91% 0.73% -
XYZ 21.55 10.35 47.88 -
YUV 75.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 149 16 187 0.20 0.91 0 0.27 286.67 0.84 0.4
Hex 95 10 BB 14 5B 0 1B 11F 54 28
Octal 225 20 273 24 133 0 33 437 124 50
Binary 10010101 10000 10111011 10100 1011011 0 11011 100011111 1010100 101000

Color Harmonies of #9510BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510BB

Black with #9510BB

Text Example


Text Example

White with #9510BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9510BB; }

 p { color: rgb(149,16,187); }

 H1.HeaderClassName
 {
   color: #9510BB;
 }
 .AnyTagClassName
 {
   color: #9510BB;
 }
</style>

background-color css

<style>
 a { background-color: #9510BB; }

 a { background-color: rgb(149,16,187); }

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

border-color css

<style>
 span { border-color: #9510BB; }

 span { border-color: rgb(149,16,187); }

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