Html Css Color HEX #952594 Vivid Violet

📋 copy color: '#952594'

red 149 ◦ green 37 ◦ blue 148

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

Shades of Vivid Violet #952594

Tints of Vivid Violet #952594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 44.61%
G = 11.08%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952594 (or 0x952594) is known color: Vivid Violet. HEX triplet: 95, 25 and 94. RGB value is (149,37,148). Sum of RGB (Red+Green+Blue) = 149+37+148=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #952594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952594 is #6ADA6B. Grayscale: #525252. Windows color (decimal): -7002732 or 9708949. OLE color: 9708949.

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

Color convert

RGB 149 37 148 -
CMYK 0 0.75 0.01 0.42
HSL 300.54º 0.6% 0.36% -
HSV(B) 300.54º 0.75% 0.58% -
XYZ 18.4 9.85 28.95 -
YUV 83.14 164.61 174.97 -
System Red Green Blue C M Y K H S L
Decimal 149 37 148 0 0.75 0.01 0.42 300.54 0.6 0.36
Hex 95 25 94 0 4B 1 2A 12D 3C 24
Octal 225 45 224 0 113 1 52 455 74 44
Binary 10010101 100101 10010100 0 1001011 1 101010 100101101 111100 100100

Color Harmonies of #952594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952594

Black with #952594

Text Example


Text Example

White with #952594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952594; }

 p { color: rgb(149,37,148); }

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

background-color css

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

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

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

border-color css

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

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

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