Html Css Color HEX #8F07DD Dark Violet

📋 copy color: '#8F07DD'

red 143 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #8F07DD

Tints of Dark Violet #8F07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.57%

R = 38.54%
G = 1.89%
B = 59.57%

CMYK

 C value IS 0.35

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F07DD (or 0x8F07DD) is known color: Dark Violet. HEX triplet: 8F, 07 and DD. RGB value is (143,7,221). Sum of RGB (Red+Green+Blue) = 143+7+221=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F07DD is #70F822. Grayscale: #474747. Windows color (decimal): -7403555 or 14485391. OLE color: 14485391.

HSL color Cylindrical-coordinate representation of color #8F07DD: hue angle of 278.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F07DD is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 7 221 -
CMYK 0.35 0.97 0 0.13
HSL 278.13º 0.94% 0.45% -
HSV(B) 278.13º 0.97% 0.87% -
XYZ 24.45 11.21 69.28 -
YUV 72.06 212.06 178.6 -
System Red Green Blue C M Y K H S L
Decimal 143 7 221 0.35 0.97 0 0.13 278.13 0.94 0.45
Hex 8F 7 DD 23 61 0 D 116 5E 2D
Octal 217 7 335 43 141 0 15 426 136 55
Binary 10001111 111 11011101 100011 1100001 0 1101 100010110 1011110 101101

Color Harmonies of #8F07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07DD

Black with #8F07DD

Text Example


Text Example

White with #8F07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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