Html Css Color HEX #95219A Vivid Violet

📋 copy color: '#95219A'

red 149 ◦ green 33 ◦ blue 154

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

Shades of Vivid Violet #95219A

Tints of Vivid Violet #95219A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

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

R = 44.35%
G = 9.82%
B = 45.83%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95219A (or 0x95219A) is known color: Vivid Violet. HEX triplet: 95, 21 and 9A. RGB value is (149,33,154). Sum of RGB (Red+Green+Blue) = 149+33+154=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #95219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95219A is #6ADE65. Grayscale: #515151. Windows color (decimal): -7003750 or 10101141. OLE color: 10101141.

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

Color convert

RGB 149 33 154 -
CMYK 0.03 0.79 0 0.40
HSL 297.52º 0.65% 0.37% -
HSV(B) 297.52º 0.79% 0.6% -
XYZ 18.77 9.81 31.48 -
YUV 81.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 149 33 154 0.03 0.79 0 0.40 297.52 0.65 0.37
Hex 95 21 9A 3 4F 0 28 12A 41 25
Octal 225 41 232 3 117 0 50 452 101 45
Binary 10010101 100001 10011010 11 1001111 0 101000 100101010 1000001 100101

Color Harmonies of #95219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95219A

Black with #95219A

Text Example


Text Example

White with #95219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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