Html Css Color HEX #8F5093 Violet Blue

📋 copy color: '#8F5093'

red 143 ◦ green 80 ◦ blue 147

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

Shades of Violet Blue #8F5093

Tints of Violet Blue #8F5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 38.65%
G = 21.62%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F5093 (or 0x8F5093) is known color: Violet Blue. HEX triplet: 8F, 50 and 93. RGB value is (143,80,147). Sum of RGB (Red+Green+Blue) = 143+80+147=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5093 is #70AF6C. Grayscale: #6A6A6A. Windows color (decimal): -7384941 or 9654415. OLE color: 9654415.

HSL color Cylindrical-coordinate representation of color #8F5093: hue angle of 296.42º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F5093 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 80 147 -
CMYK 0.03 0.46 0 0.42
HSL 296.42º 0.3% 0.45% -
HSV(B) 296.42º 0.46% 0.58% -
XYZ 19.46 13.68 29.22 -
YUV 106.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 143 80 147 0.03 0.46 0 0.42 296.42 0.3 0.45
Hex 8F 50 93 3 2E 0 2A 128 1E 2D
Octal 217 120 223 3 56 0 52 450 36 55
Binary 10001111 1010000 10010011 11 101110 0 101010 100101000 11110 101101

Color Harmonies of #8F5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5093

Black with #8F5093

Text Example


Text Example

White with #8F5093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,80,147); }

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

background-color css

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

 a { background-color: rgb(143,80,147); }

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

border-color css

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

 span { border-color: rgb(143,80,147); }

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