Html Css Color HEX #950AB3 Dark Violet

📋 copy color: '#950AB3'

red 149 ◦ green 10 ◦ blue 179

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

Shades of Dark Violet #950AB3

Tints of Dark Violet #950AB3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.96%

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 44.08%
G = 2.96%
B = 52.96%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#950AB3 (or 0x950AB3) is known color: Dark Violet. HEX triplet: 95, 0A and B3. RGB value is (149,10,179). Sum of RGB (Red+Green+Blue) = 149+10+179=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #950AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950AB3 is #6AF54C. Grayscale: #464646. Windows color (decimal): -7009613 or 11733653. OLE color: 11733653.

HSL color Cylindrical-coordinate representation of color #950AB3: hue angle of 289.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #950AB3 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 10 179 -
CMYK 0.17 0.94 0 0.30
HSL 289.35º 0.89% 0.37% -
HSV(B) 289.35º 0.94% 0.7% -
XYZ 20.64 9.86 43.46 -
YUV 70.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 149 10 179 0.17 0.94 0 0.30 289.35 0.89 0.37
Hex 95 A B3 11 5E 0 1E 121 59 25
Octal 225 12 263 21 136 0 36 441 131 45
Binary 10010101 1010 10110011 10001 1011110 0 11110 100100001 1011001 100101

Color Harmonies of #950AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950AB3

Black with #950AB3

Text Example


Text Example

White with #950AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,10,179); }

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

background-color css

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

 a { background-color: rgb(149,10,179); }

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

border-color css

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

 span { border-color: rgb(149,10,179); }

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