Html Css Color HEX #8F4D9C Violet Blue

📋 copy color: '#8F4D9C'

red 143 ◦ green 77 ◦ blue 156

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

Shades of Violet Blue #8F4D9C

Tints of Violet Blue #8F4D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

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

R = 38.03%
G = 20.48%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F4D9C (or 0x8F4D9C) is known color: Violet Blue. HEX triplet: 8F, 4D and 9C. RGB value is (143,77,156). Sum of RGB (Red+Green+Blue) = 143+77+156=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F4D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4D9C is #70B263. Grayscale: #696969. Windows color (decimal): -7385700 or 10243471. OLE color: 10243471.

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

Color convert

RGB 143 77 156 -
CMYK 0.08 0.51 0 0.39
HSL 290.13º 0.34% 0.46% -
HSV(B) 290.13º 0.51% 0.61% -
XYZ 19.98 13.55 33.01 -
YUV 105.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 143 77 156 0.08 0.51 0 0.39 290.13 0.34 0.46
Hex 8F 4D 9C 8 33 0 27 122 22 2E
Octal 217 115 234 10 63 0 47 442 42 56
Binary 10001111 1001101 10011100 1000 110011 0 100111 100100010 100010 101110

Color Harmonies of #8F4D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4D9C

Black with #8F4D9C

Text Example


Text Example

White with #8F4D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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