Html Css Color HEX #952ADC Blue Violet

📋 copy color: '#952ADC'

red 149 ◦ green 42 ◦ blue 220

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

Shades of Blue Violet #952ADC

Tints of Blue Violet #952ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 36.25%
G = 10.22%
B = 53.53%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#952ADC (or 0x952ADC) is known color: Blue Violet. HEX triplet: 95, 2A and DC. RGB value is (149,42,220). Sum of RGB (Red+Green+Blue) = 149+42+220=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #952ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADC is #6AD523. Grayscale: #5D5D5D. Windows color (decimal): -7001380 or 14428821. OLE color: 14428821.

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

Color convert

RGB 149 42 220 -
CMYK 0.32 0.81 0 0.14
HSL 276.07º 0.72% 0.51% -
HSV(B) 276.07º 0.81% 0.86% -
XYZ 26.14 13.21 68.88 -
YUV 94.29 198.95 167.03 -
System Red Green Blue C M Y K H S L
Decimal 149 42 220 0.32 0.81 0 0.14 276.07 0.72 0.51
Hex 95 2A DC 20 51 0 E 114 48 33
Octal 225 52 334 40 121 0 16 424 110 63
Binary 10010101 101010 11011100 100000 1010001 0 1110 100010100 1001000 110011

Color Harmonies of #952ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ADC

Black with #952ADC

Text Example


Text Example

White with #952ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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