Html Css Color HEX #8F06DD Dark Violet

📋 copy color: '#8F06DD'

red 143 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #8F06DD

Tints of Dark Violet #8F06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.62%

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

R = 38.65%
G = 1.62%
B = 59.73%

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

#8F06DD (or 0x8F06DD) is known color: Dark Violet. HEX triplet: 8F, 06 and DD. RGB value is (143,6,221). Sum of RGB (Red+Green+Blue) = 143+6+221=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 221 (86.72% from 255 or 59.73% from 370); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06DD is #70F922. Grayscale: #464646. Windows color (decimal): -7403811 or 14485135. OLE color: 14485135.

HSL color Cylindrical-coordinate representation of color #8F06DD: hue angle of 278.23º degrees, saturation: 0.95, 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 #8F06DD is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 6 221 -
CMYK 0.35 0.97 0 0.13
HSL 278.23º 0.95% 0.45% -
HSV(B) 278.23º 0.97% 0.87% -
XYZ 24.44 11.19 69.28 -
YUV 71.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 143 6 221 0.35 0.97 0 0.13 278.23 0.95 0.45
Hex 8F 6 DD 23 61 0 D 116 5F 2D
Octal 217 6 335 43 141 0 15 426 137 55
Binary 10001111 110 11011101 100011 1100001 0 1101 100010110 1011111 101101

Color Harmonies of #8F06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F06DD

Black with #8F06DD

Text Example


Text Example

White with #8F06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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