Html Css Color HEX #952C93 Vivid Violet

📋 copy color: '#952C93'

red 149 ◦ green 44 ◦ blue 147

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

Shades of Vivid Violet #952C93

Tints of Vivid Violet #952C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 43.82%
G = 12.94%
B = 43.24%

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

#952C93 (or 0x952C93) is known color: Vivid Violet. HEX triplet: 95, 2C and 93. RGB value is (149,44,147). Sum of RGB (Red+Green+Blue) = 149+44+147=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #952C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C93 is #6AD36C. Grayscale: #565656. Windows color (decimal): -7000941 or 9645205. OLE color: 9645205.

HSL color Cylindrical-coordinate representation of color #952C93: hue angle of 301.14º 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 #952C93 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 147 -
CMYK 0 0.70 0.01 0.42
HSL 301.14º 0.54% 0.38% -
HSV(B) 301.14º 0.7% 0.58% -
XYZ 18.56 10.3 28.61 -
YUV 87.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 149 44 147 0 0.70 0.01 0.42 301.14 0.54 0.38
Hex 95 2C 93 0 46 1 2A 12D 36 26
Octal 225 54 223 0 106 1 52 455 66 46
Binary 10010101 101100 10010011 0 1000110 1 101010 100101101 110110 100110

Color Harmonies of #952C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C93

Black with #952C93

Text Example


Text Example

White with #952C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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