Html Css Color HEX #952EA3 Vivid Violet

📋 copy color: '#952EA3'

red 149 ◦ green 46 ◦ blue 163

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

Shades of Vivid Violet #952EA3

Tints of Vivid Violet #952EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.53%

R = 41.62%
G = 12.85%
B = 45.53%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#952EA3 (or 0x952EA3) is known color: Vivid Violet. HEX triplet: 95, 2E and A3. RGB value is (149,46,163). Sum of RGB (Red+Green+Blue) = 149+46+163=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 163 (64.06% from 255 or 45.53% from 358); Max value from RGB is 163 - color contains mainly: blue. Hex color #952EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952EA3 is #6AD15C. Grayscale: #595959. Windows color (decimal): -7000413 or 10694293. OLE color: 10694293.

HSL color Cylindrical-coordinate representation of color #952EA3: hue angle of 292.82º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952EA3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 46 163 -
CMYK 0.09 0.72 0 0.36
HSL 292.82º 0.56% 0.41% -
HSV(B) 292.82º 0.72% 0.64% -
XYZ 19.98 10.99 35.72 -
YUV 90.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 149 46 163 0.09 0.72 0 0.36 292.82 0.56 0.41
Hex 95 2E A3 9 48 0 24 125 38 29
Octal 225 56 243 11 110 0 44 445 70 51
Binary 10010101 101110 10100011 1001 1001000 0 100100 100100101 111000 101001

Color Harmonies of #952EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EA3

Black with #952EA3

Text Example


Text Example

White with #952EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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