Html Css Color HEX #95508F Violet Blue

📋 copy color: '#95508F'

red 149 ◦ green 80 ◦ blue 143

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

Shades of Violet Blue #95508F

Tints of Violet Blue #95508F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 40.05%
G = 21.51%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95508F (or 0x95508F) is known color: Violet Blue. HEX triplet: 95, 50 and 8F. RGB value is (149,80,143). Sum of RGB (Red+Green+Blue) = 149+80+143=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95508F is #6AAF70. Grayscale: #6B6B6B. Windows color (decimal): -6991729 or 9392277. OLE color: 9392277.

HSL color Cylindrical-coordinate representation of color #95508F: hue angle of 305.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95508F is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 143 -
CMYK 0 0.46 0.04 0.42
HSL 305.22º 0.3% 0.45% -
HSV(B) 305.22º 0.46% 0.58% -
XYZ 20.22 14.11 27.64 -
YUV 107.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 149 80 143 0 0.46 0.04 0.42 305.22 0.3 0.45
Hex 95 50 8F 0 2E 4 2A 131 1E 2D
Octal 225 120 217 0 56 4 52 461 36 55
Binary 10010101 1010000 10001111 0 101110 100 101010 100110001 11110 101101

Color Harmonies of #95508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95508F

Black with #95508F

Text Example


Text Example

White with #95508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95508F; }

 p { color: rgb(149,80,143); }

 H1.HeaderClassName
 {
   color: #95508F;
 }
 .AnyTagClassName
 {
   color: #95508F;
 }
</style>

background-color css

<style>
 a { background-color: #95508F; }

 a { background-color: rgb(149,80,143); }

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

border-color css

<style>
 span { border-color: #95508F; }

 span { border-color: rgb(149,80,143); }

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