Html Css Color HEX #952ADD Blue Violet

📋 copy color: '#952ADD'

red 149 ◦ green 42 ◦ blue 221

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

Shades of Blue Violet #952ADD

Tints of Blue Violet #952ADD

RGB

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

 GREEN value IS 42 (16.8% 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 value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#952ADD (or 0x952ADD) is known color: 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

RGB 149 42 221 -
CMYK 0.33 0.81 0 0.13
HSL 275.87º 0.72% 0.52% -
HSV(B) 275.87º 0.81% 0.87% -
XYZ 26.27 13.27 69.58 -
YUV 94.4 199.45 166.95 -
System Red Green Blue C M Y K H S L
Decimal 149 42 221 0.33 0.81 0 0.13 275.87 0.72 0.52
Hex 95 2A DD 21 51 0 D 114 48 34
Octal 225 52 335 41 121 0 15 424 110 64
Binary 10010101 101010 11011101 100001 1010001 0 1101 100010100 1001000 110100

Color Harmonies of #952ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ADD

Black with #952ADD

Text Example


Text Example

White with #952ADD

Text Example


Text Example

HTML Codes & Css Web 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>