Html Css Color HEX #8F00DB Dark Violet

📋 copy color: '#8F00DB'

red 143 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #8F00DB

Tints of Dark Violet #8F00DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 39.5%
G = 0%
B = 60.5%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F00DB (or 0x8F00DB) is known color: Dark Violet. HEX triplet: 8F, 00 and DB. RGB value is (143,0,219). Sum of RGB (Red+Green+Blue) = 143+0+219=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #8F00DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00DB is #70FF24. Grayscale: #424242. Windows color (decimal): -7405349 or 14352527. OLE color: 14352527.

HSL color Cylindrical-coordinate representation of color #8F00DB: hue angle of 279.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00DB is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 0 219 -
CMYK 0.35 1 0 0.14
HSL 279.18º 1% 0.43% -
HSV(B) 279.18º 1% 0.86% -
XYZ 24.11 10.95 67.86 -
YUV 67.72 213.38 181.69 -
System Red Green Blue C M Y K H S L
Decimal 143 0 219 0.35 1 0 0.14 279.18 1 0.43
Hex 8F 0 DB 23 64 0 E 117 64 2B
Octal 217 0 333 43 144 0 16 427 144 53
Binary 10001111 0 11011011 100011 1100100 0 1110 100010111 1100100 101011

Color Harmonies of #8F00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00DB

Black with #8F00DB

Text Example


Text Example

White with #8F00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,219); }

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

background-color css

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

 a { background-color: rgb(143,0,219); }

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

border-color css

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

 span { border-color: rgb(143,0,219); }

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