Html Css Color HEX #8007CE Dark Violet

📋 copy color: '#8007CE'

red 128 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #8007CE

Tints of Dark Violet #8007CE

RGB

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

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

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

R = 37.54%
G = 2.05%
B = 60.41%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8007CE (or 0x8007CE) is known color: Dark Violet. HEX triplet: 80, 07 and CE. RGB value is (128,7,206). Sum of RGB (Red+Green+Blue) = 128+7+206=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #8007CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007CE is #7FF831. Grayscale: #414141. Windows color (decimal): -8386610 or 13502336. OLE color: 13502336.

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

Color convert

RGB 128 7 206 -
CMYK 0.38 0.97 0 0.19
HSL 276.48º 0.93% 0.42% -
HSV(B) 276.48º 0.97% 0.81% -
XYZ 20.12 9.2 59.11 -
YUV 65.87 207.09 172.32 -
System Red Green Blue C M Y K H S L
Decimal 128 7 206 0.38 0.97 0 0.19 276.48 0.93 0.42
Hex 80 7 CE 26 61 0 13 114 5D 2A
Octal 200 7 316 46 141 0 23 424 135 52
Binary 10000000 111 11001110 100110 1100001 0 10011 100010100 1011101 101010

Color Harmonies of #8007CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007CE

Black with #8007CE

Text Example


Text Example

White with #8007CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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