Html Css Color HEX #95329E Vivid Violet

📋 copy color: '#95329E'

red 149 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #95329E

Tints of Vivid Violet #95329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.01%

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 41.74%
G = 14.01%
B = 44.26%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95329E (or 0x95329E) is known color: Vivid Violet. HEX triplet: 95, 32 and 9E. RGB value is (149,50,158). Sum of RGB (Red+Green+Blue) = 149+50+158=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #95329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95329E is #6ACD61. Grayscale: #5B5B5B. Windows color (decimal): -6999394 or 10367637. OLE color: 10367637.

HSL color Cylindrical-coordinate representation of color #95329E: hue angle of 295º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95329E is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 50 158 -
CMYK 0.06 0.68 0 0.38
HSL 295º 0.52% 0.41% -
HSV(B) 295º 0.68% 0.62% -
XYZ 19.71 11.14 33.46 -
YUV 91.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 149 50 158 0.06 0.68 0 0.38 295 0.52 0.41
Hex 95 32 9E 6 44 0 26 127 34 29
Octal 225 62 236 6 104 0 46 447 64 51
Binary 10010101 110010 10011110 110 1000100 0 100110 100100111 110100 101001

Color Harmonies of #95329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95329E

Black with #95329E

Text Example


Text Example

White with #95329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95329E; }

 p { color: rgb(149,50,158); }

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

background-color css

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

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

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

border-color css

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

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

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