Html Css Color HEX #8F6992 Violet Blue

📋 copy color: '#8F6992'

red 143 ◦ green 105 ◦ blue 146

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

Shades of Violet Blue #8F6992

Tints of Violet Blue #8F6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 146 (57.42% from 255) = 37.06%

R = 36.29%
G = 26.65%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F6992 (or 0x8F6992) is known color: Violet Blue. HEX triplet: 8F, 69 and 92. RGB value is (143,105,146). Sum of RGB (Red+Green+Blue) = 143+105+146=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F6992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6992 is #70966D. Grayscale: #787878. Windows color (decimal): -7378542 or 9595279. OLE color: 9595279.

HSL color Cylindrical-coordinate representation of color #8F6992: hue angle of 295.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6992 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 143 105 146 -
CMYK 0.02 0.28 0 0.43
HSL 295.61º 0.16% 0.49% -
HSV(B) 295.61º 0.28% 0.57% -
XYZ 21.57 18.02 29.54 -
YUV 121.04 142.09 143.67 -
System Red Green Blue C M Y K H S L
Decimal 143 105 146 0.02 0.28 0 0.43 295.61 0.16 0.49
Hex 8F 69 92 2 1C 0 2B 128 10 31
Octal 217 151 222 2 34 0 53 450 20 61
Binary 10001111 1101001 10010010 10 11100 0 101011 100101000 10000 110001

Color Harmonies of #8F6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6992

Black with #8F6992

Text Example


Text Example

White with #8F6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,146); }

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

background-color css

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

 a { background-color: rgb(143,105,146); }

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

border-color css

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

 span { border-color: rgb(143,105,146); }

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