Html Css Color HEX #8F6095 Violet Blue

📋 copy color: '#8F6095'

red 143 ◦ green 96 ◦ blue 149

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

Shades of Violet Blue #8F6095

Tints of Violet Blue #8F6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

 BLUE value IS 149 (58.59% from 255) = 38.4%

R = 36.86%
G = 24.74%
B = 38.4%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F6095 (or 0x8F6095) is known color: Violet Blue. HEX triplet: 8F, 60 and 95. RGB value is (143,96,149). Sum of RGB (Red+Green+Blue) = 143+96+149=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F6095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6095 is #709F6A. Grayscale: #737373. Windows color (decimal): -7380843 or 9789583. OLE color: 9789583.

HSL color Cylindrical-coordinate representation of color #8F6095: hue angle of 293.21º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F6095 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 96 149 -
CMYK 0.04 0.36 0 0.42
HSL 293.21º 0.22% 0.48% -
HSV(B) 293.21º 0.36% 0.58% -
XYZ 20.94 16.38 30.49 -
YUV 116.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 143 96 149 0.04 0.36 0 0.42 293.21 0.22 0.48
Hex 8F 60 95 4 24 0 2A 125 16 30
Octal 217 140 225 4 44 0 52 445 26 60
Binary 10001111 1100000 10010101 100 100100 0 101010 100100101 10110 110000

Color Harmonies of #8F6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6095

Black with #8F6095

Text Example


Text Example

White with #8F6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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