Html Css Color HEX #9510BC Dark Violet

📋 copy color: '#9510BC'

red 149 ◦ green 16 ◦ blue 188

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

Shades of Dark Violet #9510BC

Tints of Dark Violet #9510BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.26%

R = 42.21%
G = 4.53%
B = 53.26%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9510BC (or 0x9510BC) is known color: Dark Violet. HEX triplet: 95, 10 and BC. RGB value is (149,16,188). Sum of RGB (Red+Green+Blue) = 149+16+188=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #9510BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510BC is #6AEF43. Grayscale: #4A4A4A. Windows color (decimal): -7008068 or 12325013. OLE color: 12325013.

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

Color convert

RGB 149 16 188 -
CMYK 0.21 0.91 0 0.26
HSL 286.4º 0.84% 0.4% -
HSV(B) 286.4º 0.91% 0.74% -
XYZ 21.66 10.39 48.44 -
YUV 75.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 149 16 188 0.21 0.91 0 0.26 286.4 0.84 0.4
Hex 95 10 BC 15 5B 0 1A 11E 54 28
Octal 225 20 274 25 133 0 32 436 124 50
Binary 10010101 10000 10111100 10101 1011011 0 11010 100011110 1010100 101000

Color Harmonies of #9510BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510BC

Black with #9510BC

Text Example


Text Example

White with #9510BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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