Html Css Color HEX #952C94 Vivid Violet

📋 copy color: '#952C94'

red 149 ◦ green 44 ◦ blue 148

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

Shades of Vivid Violet #952C94

Tints of Vivid Violet #952C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 43.7%
G = 12.9%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952C94 (or 0x952C94) is known color: Vivid Violet. HEX triplet: 95, 2C and 94. RGB value is (149,44,148). Sum of RGB (Red+Green+Blue) = 149+44+148=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #952C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C94 is #6AD36B. Grayscale: #565656. Windows color (decimal): -7000940 or 9710741. OLE color: 9710741.

HSL color Cylindrical-coordinate representation of color #952C94: hue angle of 300.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952C94 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 148 -
CMYK 0 0.70 0.01 0.42
HSL 300.57º 0.54% 0.38% -
HSV(B) 300.57º 0.7% 0.58% -
XYZ 18.64 10.33 29.03 -
YUV 87.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 149 44 148 0 0.70 0.01 0.42 300.57 0.54 0.38
Hex 95 2C 94 0 46 1 2A 12D 36 26
Octal 225 54 224 0 106 1 52 455 66 46
Binary 10010101 101100 10010100 0 1000110 1 101010 100101101 110110 100110

Color Harmonies of #952C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C94

Black with #952C94

Text Example


Text Example

White with #952C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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