Html Css Color HEX #950BBA Dark Violet

📋 copy color: '#950BBA'

red 149 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #950BBA

Tints of Dark Violet #950BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.18%

 BLUE value IS 186 (73.05% from 255) = 53.76%

R = 43.06%
G = 3.18%
B = 53.76%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#950BBA (or 0x950BBA) is known color: Dark Violet. HEX triplet: 95, 0B and BA. RGB value is (149,11,186). Sum of RGB (Red+Green+Blue) = 149+11+186=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #950BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950BBA is #6AF445. Grayscale: #474747. Windows color (decimal): -7009350 or 12192661. OLE color: 12192661.

HSL color Cylindrical-coordinate representation of color #950BBA: hue angle of 287.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950BBA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 11 186 -
CMYK 0.20 0.94 0 0.27
HSL 287.31º 0.89% 0.39% -
HSV(B) 287.31º 0.94% 0.73% -
XYZ 21.38 10.17 47.29 -
YUV 72.21 192.22 182.77 -
System Red Green Blue C M Y K H S L
Decimal 149 11 186 0.20 0.94 0 0.27 287.31 0.89 0.39
Hex 95 B BA 14 5E 0 1B 11F 59 27
Octal 225 13 272 24 136 0 33 437 131 47
Binary 10010101 1011 10111010 10100 1011110 0 11011 100011111 1011001 100111

Color Harmonies of #950BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950BBA

Black with #950BBA

Text Example


Text Example

White with #950BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950BBA; }

 p { color: rgb(149,11,186); }

 H1.HeaderClassName
 {
   color: #950BBA;
 }
 .AnyTagClassName
 {
   color: #950BBA;
 }
</style>

background-color css

<style>
 a { background-color: #950BBA; }

 a { background-color: rgb(149,11,186); }

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

border-color css

<style>
 span { border-color: #950BBA; }

 span { border-color: rgb(149,11,186); }

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