Html Css Color HEX #952ADA Blue Violet

📋 copy color: '#952ADA'

red 149 ◦ green 42 ◦ blue 218

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

Shades of Blue Violet #952ADA

Tints of Blue Violet #952ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.27%

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 36.43%
G = 10.27%
B = 53.3%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#952ADA (or 0x952ADA) is known color: Blue Violet. HEX triplet: 95, 2A and DA. RGB value is (149,42,218). Sum of RGB (Red+Green+Blue) = 149+42+218=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #952ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADA is #6AD525. Grayscale: #5D5D5D. Windows color (decimal): -7001382 or 14297749. OLE color: 14297749.

HSL color Cylindrical-coordinate representation of color #952ADA: hue angle of 276.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952ADA is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 42 218 -
CMYK 0.32 0.81 0 0.15
HSL 276.48º 0.7% 0.51% -
HSV(B) 276.48º 0.81% 0.85% -
XYZ 25.88 13.11 67.5 -
YUV 94.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 149 42 218 0.32 0.81 0 0.15 276.48 0.7 0.51
Hex 95 2A DA 20 51 0 F 114 46 33
Octal 225 52 332 40 121 0 17 424 106 63
Binary 10010101 101010 11011010 100000 1010001 0 1111 100010100 1000110 110011

Color Harmonies of #952ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ADA

Black with #952ADA

Text Example


Text Example

White with #952ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #952ADA;
 }
 .AnyTagClassName
 {
   color: #952ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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