Html Css Color HEX #8C0FDE Dark Violet

📋 copy color: '#8C0FDE'

red 140 ◦ green 15 ◦ blue 222

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

Shades of Dark Violet #8C0FDE

Tints of Dark Violet #8C0FDE

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 37.14%
G = 3.98%
B = 58.89%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C0FDE (or 0x8C0FDE) is known color: Dark Violet. HEX triplet: 8C, 0F and DE. RGB value is (140,15,222). Sum of RGB (Red+Green+Blue) = 140+15+222=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0FDE is #73F021. Grayscale: #4B4B4B. Windows color (decimal): -7598114 or 14552972. OLE color: 14552972.

HSL color Cylindrical-coordinate representation of color #8C0FDE: hue angle of 276.23º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0FDE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 15 222 -
CMYK 0.37 0.93 0 0.13
HSL 276.23º 0.87% 0.46% -
HSV(B) 276.23º 0.93% 0.87% -
XYZ 24.17 11.19 69.99 -
YUV 75.97 210.41 173.67 -
System Red Green Blue C M Y K H S L
Decimal 140 15 222 0.37 0.93 0 0.13 276.23 0.87 0.46
Hex 8C F DE 25 5D 0 D 114 57 2E
Octal 214 17 336 45 135 0 15 424 127 56
Binary 10001100 1111 11011110 100101 1011101 0 1101 100010100 1010111 101110

Color Harmonies of #8C0FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0FDE

Black with #8C0FDE

Text Example


Text Example

White with #8C0FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,15,222); }

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

background-color css

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

 a { background-color: rgb(140,15,222); }

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

border-color css

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

 span { border-color: rgb(140,15,222); }

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