Html Css Color HEX #95229B Vivid Violet

📋 copy color: '#95229B'

red 149 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #95229B

Tints of Vivid Violet #95229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.06%

 BLUE value IS 155 (60.94% from 255) = 45.86%

R = 44.08%
G = 10.06%
B = 45.86%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95229B (or 0x95229B) is known color: Vivid Violet. HEX triplet: 95, 22 and 9B. RGB value is (149,34,155). Sum of RGB (Red+Green+Blue) = 149+34+155=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #95229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95229B is #6ADD64. Grayscale: #515151. Windows color (decimal): -7003493 or 10166933. OLE color: 10166933.

HSL color Cylindrical-coordinate representation of color #95229B: hue angle of 297.02º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95229B is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 34 155 -
CMYK 0.04 0.78 0 0.39
HSL 297.02º 0.64% 0.37% -
HSV(B) 297.02º 0.78% 0.61% -
XYZ 18.88 9.9 31.93 -
YUV 82.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 149 34 155 0.04 0.78 0 0.39 297.02 0.64 0.37
Hex 95 22 9B 4 4E 0 27 129 40 25
Octal 225 42 233 4 116 0 47 451 100 45
Binary 10010101 100010 10011011 100 1001110 0 100111 100101001 1000000 100101

Color Harmonies of #95229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95229B

Black with #95229B

Text Example


Text Example

White with #95229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95229B; }

 p { color: rgb(149,34,155); }

 H1.HeaderClassName
 {
   color: #95229B;
 }
 .AnyTagClassName
 {
   color: #95229B;
 }
</style>

background-color css

<style>
 a { background-color: #95229B; }

 a { background-color: rgb(149,34,155); }

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

border-color css

<style>
 span { border-color: #95229B; }

 span { border-color: rgb(149,34,155); }

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