Html Css Color HEX #8C07CD Dark Violet

📋 copy color: '#8C07CD'

red 140 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #8C07CD

Tints of Dark Violet #8C07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 39.77%
G = 1.99%
B = 58.24%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C07CD (or 0x8C07CD) is known color: Dark Violet. HEX triplet: 8C, 07 and CD. RGB value is (140,7,205). Sum of RGB (Red+Green+Blue) = 140+7+205=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C07CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C07CD is #73F832. Grayscale: #444444. Windows color (decimal): -7600179 or 13436812. OLE color: 13436812.

HSL color Cylindrical-coordinate representation of color #8C07CD: hue angle of 280.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07CD is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 7 205 -
CMYK 0.32 0.97 0 0.20
HSL 280.3º 0.93% 0.42% -
HSV(B) 280.3º 0.97% 0.8% -
XYZ 21.91 10.14 58.56 -
YUV 69.34 204.56 178.4 -
System Red Green Blue C M Y K H S L
Decimal 140 7 205 0.32 0.97 0 0.20 280.3 0.93 0.42
Hex 8C 7 CD 20 61 0 14 118 5D 2A
Octal 214 7 315 40 141 0 24 430 135 52
Binary 10001100 111 11001101 100000 1100001 0 10100 100011000 1011101 101010

Color Harmonies of #8C07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C07CD

Black with #8C07CD

Text Example


Text Example

White with #8C07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,7,205); }

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

background-color css

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

 a { background-color: rgb(140,7,205); }

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

border-color css

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

 span { border-color: rgb(140,7,205); }

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