Html Css Color HEX #9510BF Dark Violet

📋 copy color: '#9510BF'

red 149 ◦ green 16 ◦ blue 191

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

Shades of Dark Violet #9510BF

Tints of Dark Violet #9510BF

RGB

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

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

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

R = 41.85%
G = 4.49%
B = 53.65%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9510BF (or 0x9510BF) is known color: Dark Violet. HEX triplet: 95, 10 and BF. RGB value is (149,16,191). Sum of RGB (Red+Green+Blue) = 149+16+191=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #9510BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510BF is #6AEF40. Grayscale: #4B4B4B. Windows color (decimal): -7008065 or 12521621. OLE color: 12521621.

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

Color convert

RGB 149 16 191 -
CMYK 0.22 0.92 0 0.25
HSL 285.6º 0.85% 0.41% -
HSV(B) 285.6º 0.92% 0.75% -
XYZ 21.98 10.52 50.16 -
YUV 75.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 149 16 191 0.22 0.92 0 0.25 285.6 0.85 0.41
Hex 95 10 BF 16 5C 0 19 11E 55 29
Octal 225 20 277 26 134 0 31 436 125 51
Binary 10010101 10000 10111111 10110 1011100 0 11001 100011110 1010101 101001

Color Harmonies of #9510BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510BF

Black with #9510BF

Text Example


Text Example

White with #9510BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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