Html Css Color HEX #952794 Vivid Violet

📋 copy color: '#952794'

red 149 ◦ green 39 ◦ blue 148

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

Shades of Vivid Violet #952794

Tints of Vivid Violet #952794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.61%

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

R = 44.35%
G = 11.61%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#952794 (or 0x952794) is known color: Vivid Violet. HEX triplet: 95, 27 and 94. RGB value is (149,39,148). Sum of RGB (Red+Green+Blue) = 149+39+148=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952794 is #6AD86B. Grayscale: #535353. Windows color (decimal): -7002220 or 9709461. OLE color: 9709461.

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

Color convert

RGB 149 39 148 -
CMYK 0 0.74 0.01 0.42
HSL 300.55º 0.59% 0.37% -
HSV(B) 300.55º 0.74% 0.58% -
XYZ 18.47 9.98 28.97 -
YUV 84.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 149 39 148 0 0.74 0.01 0.42 300.55 0.59 0.37
Hex 95 27 94 0 4A 1 2A 12D 3B 25
Octal 225 47 224 0 112 1 52 455 73 45
Binary 10010101 100111 10010100 0 1001010 1 101010 100101101 111011 100101

Color Harmonies of #952794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952794

Black with #952794

Text Example


Text Example

White with #952794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952794; }

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

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

background-color css

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

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

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

border-color css

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

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

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