Html Css Color HEX #8F509C Violet Blue

📋 copy color: '#8F509C'

red 143 ◦ green 80 ◦ blue 156

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

Shades of Violet Blue #8F509C

Tints of Violet Blue #8F509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 37.73%
G = 21.11%
B = 41.16%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F509C (or 0x8F509C) is known color: Violet Blue. HEX triplet: 8F, 50 and 9C. RGB value is (143,80,156). Sum of RGB (Red+Green+Blue) = 143+80+156=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F509C is #70AF63. Grayscale: #6B6B6B. Windows color (decimal): -7384932 or 10244239. OLE color: 10244239.

HSL color Cylindrical-coordinate representation of color #8F509C: hue angle of 289.74º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F509C is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 80 156 -
CMYK 0.08 0.49 0 0.39
HSL 289.74º 0.32% 0.46% -
HSV(B) 289.74º 0.49% 0.61% -
XYZ 20.2 13.98 33.09 -
YUV 107.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 143 80 156 0.08 0.49 0 0.39 289.74 0.32 0.46
Hex 8F 50 9C 8 31 0 27 122 20 2E
Octal 217 120 234 10 61 0 47 442 40 56
Binary 10001111 1010000 10011100 1000 110001 0 100111 100100010 100000 101110

Color Harmonies of #8F509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F509C

Black with #8F509C

Text Example


Text Example

White with #8F509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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