Html Css Color HEX #8F6696 Violet Blue

📋 copy color: '#8F6696'

red 143 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #8F6696

Tints of Violet Blue #8F6696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 36.2%
G = 25.82%
B = 37.97%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8F6696 (or 0x8F6696) is known color: Violet Blue. HEX triplet: 8F, 66 and 96. RGB value is (143,102,150). Sum of RGB (Red+Green+Blue) = 143+102+150=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6696 is #709969. Grayscale: #777777. Windows color (decimal): -7379306 or 9856655. OLE color: 9856655.

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

Color convert

RGB 143 102 150 -
CMYK 0.05 0.32 0 0.41
HSL 291.25º 0.19% 0.49% -
HSV(B) 291.25º 0.32% 0.59% -
XYZ 21.58 17.54 31.1 -
YUV 119.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 143 102 150 0.05 0.32 0 0.41 291.25 0.19 0.49
Hex 8F 66 96 5 20 0 29 123 13 31
Octal 217 146 226 5 40 0 51 443 23 61
Binary 10001111 1100110 10010110 101 100000 0 101001 100100011 10011 110001

Color Harmonies of #8F6696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6696

Black with #8F6696

Text Example


Text Example

White with #8F6696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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