#952ADD

Color #952ADD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #952ADD

Tints of Blue Violet #952ADD

Color information

#952ADD (or 0x952ADD) is unknown color: approx Blue Violet. HEX triplet: 95, 2A and DD. RGB value is (149,42,221). Sum of RGB (Red+Green+Blue) = 149+42+221=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #952ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADD is #6AD522. Grayscale: #5D5D5D. Windows color (decimal): -7001379 or 14494357. OLE color: 14494357.

HSL color Cylindrical-coordinate representation of color #952ADD: hue angle of 275.87º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952ADD is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14942221-
CMYK0.330.8100.13
HSL275.87º72.47%51.57%-
HSV(B)275.87º81%86.67%-
XYZ26.2713.2769.58-
YUV94.4199.45166.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 42 (16.80% from 255) = 10.19%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=36.17%
G=10.19%
B=53.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149422210.330.8100.13275.8772.4751.57
Hex952ADD21510D1144834
Octal225523354112101542411064
Binary10010101101010110111011000011010001011011000101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952ADD; }

 p { color: rgb(149,42,221); }

 H1.HeaderClassName
 {
   color: #952ADD;
 }
 .AnyTagClassName
 {
   color: #952ADD;
 }
</style>
background-color css

<style>
 a { background-color: #952ADD; }

 a { background-color: rgb(149,42,221); }

 div.DivClassName
 {
   background-color: #952ADD;
 }
 .BgClassName
 {
   background-color: #952ADD;
 }
</style>
border-color css

<style>
 span { border-color: #952ADD; }

 span { border-color: rgb(149,42,221); }

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