Html Css Color HEX #8C0CD0 Dark Violet

📋 copy color: '#8C0CD0'

red 140 ◦ green 12 ◦ blue 208

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

Shades of Dark Violet #8C0CD0

Tints of Dark Violet #8C0CD0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.33%

 BLUE value IS 208 (81.64% from 255) = 57.78%

R = 38.89%
G = 3.33%
B = 57.78%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8C0CD0 (or 0x8C0CD0) is known color: Dark Violet. HEX triplet: 8C, 0C and D0. RGB value is (140,12,208). Sum of RGB (Red+Green+Blue) = 140+12+208=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C0CD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C0CD0 is #73F32F. Grayscale: #474747. Windows color (decimal): -7598896 or 13634700. OLE color: 13634700.

HSL color Cylindrical-coordinate representation of color #8C0CD0: hue angle of 279.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0CD0 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 12 208 -
CMYK 0.33 0.94 0 0.18
HSL 279.18º 0.89% 0.43% -
HSV(B) 279.18º 0.94% 0.82% -
XYZ 22.33 10.39 60.5 -
YUV 72.62 204.41 176.06 -
System Red Green Blue C M Y K H S L
Decimal 140 12 208 0.33 0.94 0 0.18 279.18 0.89 0.43
Hex 8C C D0 21 5E 0 12 117 59 2B
Octal 214 14 320 41 136 0 22 427 131 53
Binary 10001100 1100 11010000 100001 1011110 0 10010 100010111 1011001 101011

Color Harmonies of #8C0CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0CD0

Black with #8C0CD0

Text Example


Text Example

White with #8C0CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,12,208); }

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

background-color css

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

 a { background-color: rgb(140,12,208); }

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

border-color css

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

 span { border-color: rgb(140,12,208); }

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