Html Css Color HEX #8000BE Dark Violet

📋 copy color: '#8000BE'

red 128 ◦ green 0 ◦ blue 190

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

Shades of Dark Violet #8000BE

Tints of Dark Violet #8000BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.75%

R = 40.25%
G = 0%
B = 59.75%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8000BE (or 0x8000BE) is known color: Dark Violet. HEX triplet: 80, 00 and BE. RGB value is (128,0,190). Sum of RGB (Red+Green+Blue) = 128+0+190=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #8000BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000BE is #7FFF41. Grayscale: #3B3B3B. Windows color (decimal): -8388418 or 12451968. OLE color: 12451968.

HSL color Cylindrical-coordinate representation of color #8000BE: hue angle of 280.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000BE is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 0 190 -
CMYK 0.33 1 0 0.25
HSL 280.42º 1% 0.37% -
HSV(B) 280.42º 1% 0.75% -
XYZ 18.2 8.31 49.36 -
YUV 59.93 201.41 176.55 -
System Red Green Blue C M Y K H S L
Decimal 128 0 190 0.33 1 0 0.25 280.42 1 0.37
Hex 80 0 BE 21 64 0 19 118 64 25
Octal 200 0 276 41 144 0 31 430 144 45
Binary 10000000 0 10111110 100001 1100100 0 11001 100011000 1100100 100101

Color Harmonies of #8000BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000BE

Black with #8000BE

Text Example


Text Example

White with #8000BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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