Html Css Color HEX #952CAA Vivid Violet

📋 copy color: '#952CAA'

red 149 ◦ green 44 ◦ blue 170

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

Shades of Vivid Violet #952CAA

Tints of Vivid Violet #952CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

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

R = 41.05%
G = 12.12%
B = 46.83%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952CAA (or 0x952CAA) is known color: Vivid Violet. HEX triplet: 95, 2C and AA. RGB value is (149,44,170). Sum of RGB (Red+Green+Blue) = 149+44+170=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #952CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952CAA is #6AD355. Grayscale: #595959. Windows color (decimal): -7000918 or 11152533. OLE color: 11152533.

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

Color convert

RGB 149 44 170 -
CMYK 0.12 0.74 0 0.33
HSL 290º 0.59% 0.42% -
HSV(B) 290º 0.74% 0.67% -
XYZ 20.55 11.09 39.09 -
YUV 89.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 149 44 170 0.12 0.74 0 0.33 290 0.59 0.42
Hex 95 2C AA C 4A 0 21 122 3B 2A
Octal 225 54 252 14 112 0 41 442 73 52
Binary 10010101 101100 10101010 1100 1001010 0 100001 100100010 111011 101010

Color Harmonies of #952CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CAA

Black with #952CAA

Text Example


Text Example

White with #952CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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