Html Css Color HEX #8F07C0 Dark Violet

📋 copy color: '#8F07C0'

red 143 ◦ green 7 ◦ blue 192

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

Shades of Dark Violet #8F07C0

Tints of Dark Violet #8F07C0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

 BLUE value IS 192 (75.39% from 255) = 56.14%

R = 41.81%
G = 2.05%
B = 56.14%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F07C0 (or 0x8F07C0) is known color: Dark Violet. HEX triplet: 8F, 07 and C0. RGB value is (143,7,192). Sum of RGB (Red+Green+Blue) = 143+7+192=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F07C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07C0 is #70F83F. Grayscale: #444444. Windows color (decimal): -7403584 or 12584847. OLE color: 12584847.

HSL color Cylindrical-coordinate representation of color #8F07C0: hue angle of 284.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F07C0 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 7 192 -
CMYK 0.26 0.96 0 0.25
HSL 284.11º 0.93% 0.39% -
HSV(B) 284.11º 0.96% 0.75% -
XYZ 20.92 9.8 50.66 -
YUV 68.75 197.56 180.96 -
System Red Green Blue C M Y K H S L
Decimal 143 7 192 0.26 0.96 0 0.25 284.11 0.93 0.39
Hex 8F 7 C0 1A 60 0 19 11C 5D 27
Octal 217 7 300 32 140 0 31 434 135 47
Binary 10001111 111 11000000 11010 1100000 0 11001 100011100 1011101 100111

Color Harmonies of #8F07C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07C0

Black with #8F07C0

Text Example


Text Example

White with #8F07C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,7,192); }

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

background-color css

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

 a { background-color: rgb(143,7,192); }

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

border-color css

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

 span { border-color: rgb(143,7,192); }

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