Html Css Color HEX #8F6596 Violet Blue

📋 copy color: '#8F6596'

red 143 ◦ green 101 ◦ blue 150

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

Shades of Violet Blue #8F6596

Tints of Violet Blue #8F6596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.63%

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

R = 36.29%
G = 25.63%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8F6596 (or 0x8F6596) is known color: Violet Blue. HEX triplet: 8F, 65 and 96. RGB value is (143,101,150). Sum of RGB (Red+Green+Blue) = 143+101+150=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F6596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6596 is #709A69. Grayscale: #767676. Windows color (decimal): -7379562 or 9856399. OLE color: 9856399.

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

Color convert

RGB 143 101 150 -
CMYK 0.05 0.33 0 0.41
HSL 291.43º 0.2% 0.49% -
HSV(B) 291.43º 0.33% 0.59% -
XYZ 21.49 17.35 31.07 -
YUV 119.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 143 101 150 0.05 0.33 0 0.41 291.43 0.2 0.49
Hex 8F 65 96 5 21 0 29 123 14 31
Octal 217 145 226 5 41 0 51 443 24 61
Binary 10001111 1100101 10010110 101 100001 0 101001 100100011 10100 110001

Color Harmonies of #8F6596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6596

Black with #8F6596

Text Example


Text Example

White with #8F6596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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