Html Css Color HEX #950ABA Dark Violet

📋 copy color: '#950ABA'

red 149 ◦ green 10 ◦ blue 186

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

Shades of Dark Violet #950ABA

Tints of Dark Violet #950ABA

RGB

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

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

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

R = 43.19%
G = 2.9%
B = 53.91%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#950ABA (or 0x950ABA) is known color: Dark Violet. HEX triplet: 95, 0A and BA. RGB value is (149,10,186). Sum of RGB (Red+Green+Blue) = 149+10+186=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #950ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #950ABA is #6AF545. Grayscale: #474747. Windows color (decimal): -7009606 or 12192405. OLE color: 12192405.

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

Color convert

RGB 149 10 186 -
CMYK 0.20 0.95 0 0.27
HSL 287.39º 0.9% 0.38% -
HSV(B) 287.39º 0.95% 0.73% -
XYZ 21.37 10.15 47.29 -
YUV 71.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 149 10 186 0.20 0.95 0 0.27 287.39 0.9 0.38
Hex 95 A BA 14 5F 0 1B 11F 5A 26
Octal 225 12 272 24 137 0 33 437 132 46
Binary 10010101 1010 10111010 10100 1011111 0 11011 100011111 1011010 100110

Color Harmonies of #950ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950ABA

Black with #950ABA

Text Example


Text Example

White with #950ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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