Html Css Color HEX #952EA0 Vivid Violet

📋 copy color: '#952EA0'

red 149 ◦ green 46 ◦ blue 160

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

Shades of Vivid Violet #952EA0

Tints of Vivid Violet #952EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.07%

R = 41.97%
G = 12.96%
B = 45.07%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#952EA0 (or 0x952EA0) is known color: Vivid Violet. HEX triplet: 95, 2E and A0. RGB value is (149,46,160). Sum of RGB (Red+Green+Blue) = 149+46+160=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #952EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952EA0 is #6AD15F. Grayscale: #595959. Windows color (decimal): -7000416 or 10497685. OLE color: 10497685.

HSL color Cylindrical-coordinate representation of color #952EA0: hue angle of 294.21º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952EA0 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 46 160 -
CMYK 0.07 0.71 0 0.37
HSL 294.21º 0.55% 0.4% -
HSV(B) 294.21º 0.71% 0.63% -
XYZ 19.72 10.88 34.32 -
YUV 89.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 149 46 160 0.07 0.71 0 0.37 294.21 0.55 0.4
Hex 95 2E A0 7 47 0 25 126 37 28
Octal 225 56 240 7 107 0 45 446 67 50
Binary 10010101 101110 10100000 111 1000111 0 100101 100100110 110111 101000

Color Harmonies of #952EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952EA0

Black with #952EA0

Text Example


Text Example

White with #952EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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