Html Css Color HEX #95449B Vivid Violet

📋 copy color: '#95449B'

red 149 ◦ green 68 ◦ blue 155

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

Shades of Vivid Violet #95449B

Tints of Vivid Violet #95449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

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

R = 40.05%
G = 18.28%
B = 41.67%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95449B (or 0x95449B) is known color: Vivid Violet. HEX triplet: 95, 44 and 9B. RGB value is (149,68,155). Sum of RGB (Red+Green+Blue) = 149+68+155=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #95449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95449B is #6ABB64. Grayscale: #656565. Windows color (decimal): -6994789 or 10175637. OLE color: 10175637.

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

Color convert

RGB 149 68 155 -
CMYK 0.04 0.56 0 0.39
HSL 295.86º 0.39% 0.44% -
HSV(B) 295.86º 0.56% 0.61% -
XYZ 20.38 12.89 32.42 -
YUV 102.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 149 68 155 0.04 0.56 0 0.39 295.86 0.39 0.44
Hex 95 44 9B 4 38 0 27 128 27 2C
Octal 225 104 233 4 70 0 47 450 47 54
Binary 10010101 1000100 10011011 100 111000 0 100111 100101000 100111 101100

Color Harmonies of #95449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95449B

Black with #95449B

Text Example


Text Example

White with #95449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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