Html Css Color HEX #8F07CD Dark Violet

📋 copy color: '#8F07CD'

red 143 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #8F07CD

Tints of Dark Violet #8F07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.75%

R = 40.28%
G = 1.97%
B = 57.75%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F07CD (or 0x8F07CD) is known color: Dark Violet. HEX triplet: 8F, 07 and CD. RGB value is (143,7,205). Sum of RGB (Red+Green+Blue) = 143+7+205=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 205 (80.47% from 255 or 57.75% from 355); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F07CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07CD is #70F832. Grayscale: #454545. Windows color (decimal): -7403571 or 13436815. OLE color: 13436815.

HSL color Cylindrical-coordinate representation of color #8F07CD: hue angle of 281.21º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07CD is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 7 205 -
CMYK 0.30 0.97 0 0.20
HSL 281.21º 0.93% 0.42% -
HSV(B) 281.21º 0.97% 0.8% -
XYZ 22.42 10.4 58.58 -
YUV 70.24 204.06 179.9 -
System Red Green Blue C M Y K H S L
Decimal 143 7 205 0.30 0.97 0 0.20 281.21 0.93 0.42
Hex 8F 7 CD 1E 61 0 14 119 5D 2A
Octal 217 7 315 36 141 0 24 431 135 52
Binary 10001111 111 11001101 11110 1100001 0 10100 100011001 1011101 101010

Color Harmonies of #8F07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07CD

Black with #8F07CD

Text Example


Text Example

White with #8F07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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