Html Css Color HEX #8F5896 Violet Blue

📋 copy color: '#8F5896'

red 143 ◦ green 88 ◦ blue 150

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

Shades of Violet Blue #8F5896

Tints of Violet Blue #8F5896

RGB

 RED value IS 143 (56.25% from 255) = 37.53%

 GREEN value IS 88 (34.77% from 255) = 23.1%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 37.53%
G = 23.1%
B = 39.37%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8F5896 (or 0x8F5896) is known color: Violet Blue. HEX triplet: 8F, 58 and 96. RGB value is (143,88,150). Sum of RGB (Red+Green+Blue) = 143+88+150=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F5896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5896 is #70A769. Grayscale: #6F6F6F. Windows color (decimal): -7382890 or 9853071. OLE color: 9853071.

HSL color Cylindrical-coordinate representation of color #8F5896: hue angle of 293.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5896 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 88 150 -
CMYK 0.05 0.41 0 0.41
HSL 293.23º 0.26% 0.47% -
HSV(B) 293.23º 0.41% 0.59% -
XYZ 20.32 15.02 30.68 -
YUV 111.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 143 88 150 0.05 0.41 0 0.41 293.23 0.26 0.47
Hex 8F 58 96 5 29 0 29 125 1A 2F
Octal 217 130 226 5 51 0 51 445 32 57
Binary 10001111 1011000 10010110 101 101001 0 101001 100100101 11010 101111

Color Harmonies of #8F5896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5896

Black with #8F5896

Text Example


Text Example

White with #8F5896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F5896; }

 p { color: rgb(143,88,150); }

 H1.HeaderClassName
 {
   color: #8F5896;
 }
 .AnyTagClassName
 {
   color: #8F5896;
 }
</style>

background-color css

<style>
 a { background-color: #8F5896; }

 a { background-color: rgb(143,88,150); }

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

border-color css

<style>
 span { border-color: #8F5896; }

 span { border-color: rgb(143,88,150); }

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