Html Css Color HEX #8C09CD Dark Violet

📋 copy color: '#8C09CD'

red 140 ◦ green 9 ◦ blue 205

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

Shades of Dark Violet #8C09CD

Tints of Dark Violet #8C09CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.54%

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

R = 39.55%
G = 2.54%
B = 57.91%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8C09CD (or 0x8C09CD) is known color: Dark Violet. HEX triplet: 8C, 09 and CD. RGB value is (140,9,205). Sum of RGB (Red+Green+Blue) = 140+9+205=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 9 (3.91% from 255 or 2.54% from 354); Blue value is 205 (80.47% from 255 or 57.91% from 354); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C09CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09CD is #73F632. Grayscale: #454545. Windows color (decimal): -7599667 or 13437324. OLE color: 13437324.

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

Color convert

RGB 140 9 205 -
CMYK 0.32 0.96 0 0.20
HSL 280.1º 0.92% 0.42% -
HSV(B) 280.1º 0.96% 0.8% -
XYZ 21.93 10.18 58.57 -
YUV 70.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 140 9 205 0.32 0.96 0 0.20 280.1 0.92 0.42
Hex 8C 9 CD 20 60 0 14 118 5C 2A
Octal 214 11 315 40 140 0 24 430 134 52
Binary 10001100 1001 11001101 100000 1100000 0 10100 100011000 1011100 101010

Color Harmonies of #8C09CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C09CD

Black with #8C09CD

Text Example


Text Example

White with #8C09CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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