Html Css Color HEX #95449C Vivid Violet

📋 copy color: '#95449C'

red 149 ◦ green 68 ◦ blue 156

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

Shades of Vivid Violet #95449C

Tints of Vivid Violet #95449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 39.95%
G = 18.23%
B = 41.82%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95449C (or 0x95449C) is known color: Vivid Violet. HEX triplet: 95, 44 and 9C. RGB value is (149,68,156). Sum of RGB (Red+Green+Blue) = 149+68+156=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #95449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95449C is #6ABB63. Grayscale: #656565. Windows color (decimal): -6994788 or 10241173. OLE color: 10241173.

HSL color Cylindrical-coordinate representation of color #95449C: hue angle of 295.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95449C is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 68 156 -
CMYK 0.04 0.56 0 0.39
HSL 295.23º 0.39% 0.44% -
HSV(B) 295.23º 0.56% 0.61% -
XYZ 20.46 12.92 32.87 -
YUV 102.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 149 68 156 0.04 0.56 0 0.39 295.23 0.39 0.44
Hex 95 44 9C 4 38 0 27 127 27 2C
Octal 225 104 234 4 70 0 47 447 47 54
Binary 10010101 1000100 10011100 100 111000 0 100111 100100111 100111 101100

Color Harmonies of #95449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95449C

Black with #95449C

Text Example


Text Example

White with #95449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95449C; }

 p { color: rgb(149,68,156); }

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

background-color css

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

 a { background-color: rgb(149,68,156); }

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

border-color css

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

 span { border-color: rgb(149,68,156); }

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