Html Css Color HEX #952EAA Vivid Violet

📋 copy color: '#952EAA'

red 149 ◦ green 46 ◦ blue 170

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

Shades of Vivid Violet #952EAA

Tints of Vivid Violet #952EAA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 40.82%
G = 12.6%
B = 46.58%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952EAA (or 0x952EAA) is known color: Vivid Violet. HEX triplet: 95, 2E and AA. RGB value is (149,46,170). Sum of RGB (Red+Green+Blue) = 149+46+170=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #952EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952EAA is #6AD155. Grayscale: #5A5A5A. Windows color (decimal): -7000406 or 11153045. OLE color: 11153045.

HSL color Cylindrical-coordinate representation of color #952EAA: hue angle of 289.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952EAA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 46 170 -
CMYK 0.12 0.73 0 0.33
HSL 289.84º 0.57% 0.42% -
HSV(B) 289.84º 0.73% 0.67% -
XYZ 20.63 11.25 39.11 -
YUV 90.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 149 46 170 0.12 0.73 0 0.33 289.84 0.57 0.42
Hex 95 2E AA C 49 0 21 122 39 2A
Octal 225 56 252 14 111 0 41 442 71 52
Binary 10010101 101110 10101010 1100 1001001 0 100001 100100010 111001 101010

Color Harmonies of #952EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EAA

Black with #952EAA

Text Example


Text Example

White with #952EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,170); }

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

background-color css

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

 a { background-color: rgb(149,46,170); }

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

border-color css

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

 span { border-color: rgb(149,46,170); }

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