Html Css Color HEX #952D93 Vivid Violet

📋 copy color: '#952D93'

red 149 ◦ green 45 ◦ blue 147

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

Shades of Vivid Violet #952D93

Tints of Vivid Violet #952D93

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

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

R = 43.7%
G = 13.2%
B = 43.11%

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

#952D93 (or 0x952D93) is known color: Vivid Violet. HEX triplet: 95, 2D and 93. RGB value is (149,45,147). Sum of RGB (Red+Green+Blue) = 149+45+147=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #952D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D93 is #6AD26C. Grayscale: #575757. Windows color (decimal): -7000685 or 9645461. OLE color: 9645461.

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

Color convert

RGB 149 45 147 -
CMYK 0 0.70 0.01 0.42
HSL 301.15º 0.54% 0.38% -
HSV(B) 301.15º 0.7% 0.58% -
XYZ 18.6 10.37 28.63 -
YUV 87.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 149 45 147 0 0.70 0.01 0.42 301.15 0.54 0.38
Hex 95 2D 93 0 46 1 2A 12D 36 26
Octal 225 55 223 0 106 1 52 455 66 46
Binary 10010101 101101 10010011 0 1000110 1 101010 100101101 110110 100110

Color Harmonies of #952D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D93

Black with #952D93

Text Example


Text Example

White with #952D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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