Html Css Color HEX #8000EB Dark Violet

📋 copy color: '#8000EB'

red 128 ◦ green 0 ◦ blue 235

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

Shades of Dark Violet #8000EB

Tints of Dark Violet #8000EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.74%

R = 35.26%
G = 0%
B = 64.74%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8000EB (or 0x8000EB) is known color: Dark Violet. HEX triplet: 80, 00 and EB. RGB value is (128,0,235). Sum of RGB (Red+Green+Blue) = 128+0+235=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 235 (92.19% from 255 or 64.74% from 363); Max value from RGB is 235 - color contains mainly: blue. Hex color #8000EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000EB is #7FFF14. Grayscale: #404040. Windows color (decimal): -8388373 or 15401088. OLE color: 15401088.

HSL color Cylindrical-coordinate representation of color #8000EB: hue angle of 272.68º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000EB is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 0 235 -
CMYK 0.46 1 0 0.08
HSL 272.68º 1% 0.46% -
HSV(B) 272.68º 1% 0.92% -
XYZ 23.9 10.59 79.38 -
YUV 65.06 223.91 172.89 -
System Red Green Blue C M Y K H S L
Decimal 128 0 235 0.46 1 0 0.08 272.68 1 0.46
Hex 80 0 EB 2E 64 0 8 111 64 2E
Octal 200 0 353 56 144 0 10 421 144 56
Binary 10000000 0 11101011 101110 1100100 0 1000 100010001 1100100 101110

Color Harmonies of #8000EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000EB

Black with #8000EB

Text Example


Text Example

White with #8000EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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