Html Css Color HEX #95309C Vivid Violet

📋 copy color: '#95309C'

red 149 ◦ green 48 ◦ blue 156

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

Shades of Vivid Violet #95309C

Tints of Vivid Violet #95309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.6%

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

R = 42.21%
G = 13.6%
B = 44.19%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95309C (or 0x95309C) is known color: Vivid Violet. HEX triplet: 95, 30 and 9C. RGB value is (149,48,156). Sum of RGB (Red+Green+Blue) = 149+48+156=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #95309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95309C is #6ACF63. Grayscale: #5A5A5A. Windows color (decimal): -6999908 or 10236053. OLE color: 10236053.

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

Color convert

RGB 149 48 156 -
CMYK 0.04 0.69 0 0.39
HSL 296.11º 0.53% 0.4% -
HSV(B) 296.11º 0.69% 0.61% -
XYZ 19.45 10.9 32.53 -
YUV 90.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 149 48 156 0.04 0.69 0 0.39 296.11 0.53 0.4
Hex 95 30 9C 4 45 0 27 128 35 28
Octal 225 60 234 4 105 0 47 450 65 50
Binary 10010101 110000 10011100 100 1000101 0 100111 100101000 110101 101000

Color Harmonies of #95309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95309C

Black with #95309C

Text Example


Text Example

White with #95309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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