Html Css Color HEX #952B93 Vivid Violet

📋 copy color: '#952B93'

red 149 ◦ green 43 ◦ blue 147

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

Shades of Vivid Violet #952B93

Tints of Vivid Violet #952B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.68%

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

R = 43.95%
G = 12.68%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952B93 (or 0x952B93) is known color: Vivid Violet. HEX triplet: 95, 2B and 93. RGB value is (149,43,147). Sum of RGB (Red+Green+Blue) = 149+43+147=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #952B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B93 is #6AD46C. Grayscale: #565656. Windows color (decimal): -7001197 or 9644949. OLE color: 9644949.

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

Color convert

RGB 149 43 147 -
CMYK 0 0.71 0.01 0.42
HSL 301.13º 0.55% 0.38% -
HSV(B) 301.13º 0.71% 0.58% -
XYZ 18.52 10.22 28.6 -
YUV 86.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 149 43 147 0 0.71 0.01 0.42 301.13 0.55 0.38
Hex 95 2B 93 0 47 1 2A 12D 37 26
Octal 225 53 223 0 107 1 52 455 67 46
Binary 10010101 101011 10010011 0 1000111 1 101010 100101101 110111 100110

Color Harmonies of #952B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B93

Black with #952B93

Text Example


Text Example

White with #952B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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