Html Css Color HEX #95369A Vivid Violet

📋 copy color: '#95369A'

red 149 ◦ green 54 ◦ blue 154

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

Shades of Vivid Violet #95369A

Tints of Vivid Violet #95369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 41.74%
G = 15.13%
B = 43.14%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95369A (or 0x95369A) is known color: Vivid Violet. HEX triplet: 95, 36 and 9A. RGB value is (149,54,154). Sum of RGB (Red+Green+Blue) = 149+54+154=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #95369A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95369A is #6AC965. Grayscale: #5D5D5D. Windows color (decimal): -6998374 or 10106517. OLE color: 10106517.

HSL color Cylindrical-coordinate representation of color #95369A: hue angle of 297º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95369A is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 54 154 -
CMYK 0.03 0.65 0 0.40
HSL 297º 0.48% 0.41% -
HSV(B) 297º 0.65% 0.6% -
XYZ 19.55 11.36 31.73 -
YUV 93.81 161.97 167.37 -
System Red Green Blue C M Y K H S L
Decimal 149 54 154 0.03 0.65 0 0.40 297 0.48 0.41
Hex 95 36 9A 3 41 0 28 129 30 29
Octal 225 66 232 3 101 0 50 451 60 51
Binary 10010101 110110 10011010 11 1000001 0 101000 100101001 110000 101001

Color Harmonies of #95369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95369A

Black with #95369A

Text Example


Text Example

White with #95369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95369A; }

 p { color: rgb(149,54,154); }

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

background-color css

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

 a { background-color: rgb(149,54,154); }

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

border-color css

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

 span { border-color: rgb(149,54,154); }

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