Html Css Color HEX #952B95 Vivid Violet

📋 copy color: '#952B95'

red 149 ◦ green 43 ◦ blue 149

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

Shades of Vivid Violet #952B95

Tints of Vivid Violet #952B95

RGB

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

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

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

R = 43.7%
G = 12.61%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952B95 (or 0x952B95) is known color: Vivid Violet. HEX triplet: 95, 2B and 95. RGB value is (149,43,149). Sum of RGB (Red+Green+Blue) = 149+43+149=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952B95 is #6AD46A. Grayscale: #565656. Windows color (decimal): -7001195 or 9776021. OLE color: 9776021.

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

Color convert

RGB 149 43 149 -
CMYK 0 0.71 0 0.42
HSL 300º 0.55% 0.38% -
HSV(B) 300º 0.71% 0.58% -
XYZ 18.68 10.29 29.43 -
YUV 86.78 163.12 172.38 -
System Red Green Blue C M Y K H S L
Decimal 149 43 149 0 0.71 0 0.42 300 0.55 0.38
Hex 95 2B 95 0 47 0 2A 12C 37 26
Octal 225 53 225 0 107 0 52 454 67 46
Binary 10010101 101011 10010101 0 1000111 0 101010 100101100 110111 100110

Color Harmonies of #952B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B95

Black with #952B95

Text Example


Text Example

White with #952B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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