Html Css Color HEX #95299B Vivid Violet

📋 copy color: '#95299B'

red 149 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #95299B

Tints of Vivid Violet #95299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.88%

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

R = 43.19%
G = 11.88%
B = 44.93%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95299B (or 0x95299B) is known color: Vivid Violet. HEX triplet: 95, 29 and 9B. RGB value is (149,41,155). Sum of RGB (Red+Green+Blue) = 149+41+155=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #95299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95299B is #6AD664. Grayscale: #555555. Windows color (decimal): -7001701 or 10168725. OLE color: 10168725.

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

Color convert

RGB 149 41 155 -
CMYK 0.04 0.74 0 0.39
HSL 296.84º 0.58% 0.38% -
HSV(B) 296.84º 0.74% 0.61% -
XYZ 19.1 10.34 32 -
YUV 86.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 149 41 155 0.04 0.74 0 0.39 296.84 0.58 0.38
Hex 95 29 9B 4 4A 0 27 129 3A 26
Octal 225 51 233 4 112 0 47 451 72 46
Binary 10010101 101001 10011011 100 1001010 0 100111 100101001 111010 100110

Color Harmonies of #95299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95299B

Black with #95299B

Text Example


Text Example

White with #95299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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