Html Css Color HEX #952993 Vivid Violet

📋 copy color: '#952993'

red 149 ◦ green 41 ◦ blue 147

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

Shades of Vivid Violet #952993

Tints of Vivid Violet #952993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.17%

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

R = 44.21%
G = 12.17%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952993 (or 0x952993) is known color: Vivid Violet. HEX triplet: 95, 29 and 93. RGB value is (149,41,147). Sum of RGB (Red+Green+Blue) = 149+41+147=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #952993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952993 is #6AD66C. Grayscale: #555555. Windows color (decimal): -7001709 or 9644437. OLE color: 9644437.

HSL color Cylindrical-coordinate representation of color #952993: hue angle of 301.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952993 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 147 -
CMYK 0 0.72 0.01 0.42
HSL 301.11º 0.57% 0.37% -
HSV(B) 301.11º 0.72% 0.58% -
XYZ 18.45 10.08 28.58 -
YUV 85.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 149 41 147 0 0.72 0.01 0.42 301.11 0.57 0.37
Hex 95 29 93 0 48 1 2A 12D 39 25
Octal 225 51 223 0 110 1 52 455 71 45
Binary 10010101 101001 10010011 0 1001000 1 101010 100101101 111001 100101

Color Harmonies of #952993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952993

Black with #952993

Text Example


Text Example

White with #952993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952993; }

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

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

background-color css

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

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

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

border-color css

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

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

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