Html Css Color HEX #952ADF Blue Violet

📋 copy color: '#952ADF'

red 149 ◦ green 42 ◦ blue 223

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

Shades of Blue Violet #952ADF

Tints of Blue Violet #952ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 35.99%
G = 10.14%
B = 53.86%

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

#952ADF (or 0x952ADF) is known color: Blue Violet. HEX triplet: 95, 2A and DF. RGB value is (149,42,223). Sum of RGB (Red+Green+Blue) = 149+42+223=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #952ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ADF is #6AD520. Grayscale: #5E5E5E. Windows color (decimal): -7001377 or 14625429. OLE color: 14625429.

HSL color Cylindrical-coordinate representation of color #952ADF: hue angle of 275.47º degrees, saturation: 0.74, 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 #952ADF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 42 223 -
CMYK 0.33 0.81 0 0.13
HSL 275.47º 0.74% 0.52% -
HSV(B) 275.47º 0.81% 0.87% -
XYZ 26.54 13.37 70.99 -
YUV 94.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 149 42 223 0.33 0.81 0 0.13 275.47 0.74 0.52
Hex 95 2A DF 21 51 0 D 113 4A 34
Octal 225 52 337 41 121 0 15 423 112 64
Binary 10010101 101010 11011111 100001 1010001 0 1101 100010011 1001010 110100

Color Harmonies of #952ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ADF

Black with #952ADF

Text Example


Text Example

White with #952ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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