Html Css Color HEX #95439C Vivid Violet

📋 copy color: '#95439C'

red 149 ◦ green 67 ◦ blue 156

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

Shades of Vivid Violet #95439C

Tints of Vivid Violet #95439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

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

R = 40.05%
G = 18.01%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95439C (or 0x95439C) is known color: Vivid Violet. HEX triplet: 95, 43 and 9C. RGB value is (149,67,156). Sum of RGB (Red+Green+Blue) = 149+67+156=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #95439C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95439C is #6ABC63. Grayscale: #656565. Windows color (decimal): -6995044 or 10240917. OLE color: 10240917.

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

Color convert

RGB 149 67 156 -
CMYK 0.04 0.57 0 0.39
HSL 295.28º 0.4% 0.44% -
HSV(B) 295.28º 0.57% 0.61% -
XYZ 20.4 12.8 32.85 -
YUV 101.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 149 67 156 0.04 0.57 0 0.39 295.28 0.4 0.44
Hex 95 43 9C 4 39 0 27 127 28 2C
Octal 225 103 234 4 71 0 47 447 50 54
Binary 10010101 1000011 10011100 100 111001 0 100111 100100111 101000 101100

Color Harmonies of #95439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95439C

Black with #95439C

Text Example


Text Example

White with #95439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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