Html Css Color HEX #8000CE Dark Violet

📋 copy color: '#8000CE'

red 128 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #8000CE

Tints of Dark Violet #8000CE

RGB

 RED value IS 128 (50.39% from 255) = 38.32%

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

 BLUE value IS 206 (80.86% from 255) = 61.68%

R = 38.32%
G = 0%
B = 61.68%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8000CE (or 0x8000CE) is known color: Dark Violet. HEX triplet: 80, 00 and CE. RGB value is (128,0,206). Sum of RGB (Red+Green+Blue) = 128+0+206=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #8000CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000CE is #7FFF31. Grayscale: #3D3D3D. Windows color (decimal): -8388402 or 13500544. OLE color: 13500544.

HSL color Cylindrical-coordinate representation of color #8000CE: hue angle of 277.28º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000CE is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 0 206 -
CMYK 0.38 1 0 0.19
HSL 277.28º 1% 0.4% -
HSV(B) 277.28º 1% 0.81% -
XYZ 20.04 9.05 59.08 -
YUV 61.76 209.41 175.25 -
System Red Green Blue C M Y K H S L
Decimal 128 0 206 0.38 1 0 0.19 277.28 1 0.4
Hex 80 0 CE 26 64 0 13 115 64 28
Octal 200 0 316 46 144 0 23 425 144 50
Binary 10000000 0 11001110 100110 1100100 0 10011 100010101 1100100 101000

Color Harmonies of #8000CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000CE

Black with #8000CE

Text Example


Text Example

White with #8000CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8000CE; }

 p { color: rgb(128,0,206); }

 H1.HeaderClassName
 {
   color: #8000CE;
 }
 .AnyTagClassName
 {
   color: #8000CE;
 }
</style>

background-color css

<style>
 a { background-color: #8000CE; }

 a { background-color: rgb(128,0,206); }

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

border-color css

<style>
 span { border-color: #8000CE; }

 span { border-color: rgb(128,0,206); }

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