Html Css Color HEX #800FBE Dark Violet

📋 copy color: '#800FBE'

red 128 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #800FBE

Tints of Dark Violet #800FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

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

R = 38.44%
G = 4.5%
B = 57.06%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#800FBE (or 0x800FBE) is known color: Dark Violet. HEX triplet: 80, 0F and BE. RGB value is (128,15,190). Sum of RGB (Red+Green+Blue) = 128+15+190=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #800FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FBE is #7FF041. Grayscale: #444444. Windows color (decimal): -8384578 or 12455808. OLE color: 12455808.

HSL color Cylindrical-coordinate representation of color #800FBE: hue angle of 278.74º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800FBE is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 15 190 -
CMYK 0.33 0.92 0 0.25
HSL 278.74º 0.85% 0.4% -
HSV(B) 278.74º 0.92% 0.75% -
XYZ 18.37 8.65 49.42 -
YUV 68.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 128 15 190 0.33 0.92 0 0.25 278.74 0.85 0.4
Hex 80 F BE 21 5C 0 19 117 55 28
Octal 200 17 276 41 134 0 31 427 125 50
Binary 10000000 1111 10111110 100001 1011100 0 11001 100010111 1010101 101000

Color Harmonies of #800FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FBE

Black with #800FBE

Text Example


Text Example

White with #800FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800FBE; }

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

 H1.HeaderClassName
 {
   color: #800FBE;
 }
 .AnyTagClassName
 {
   color: #800FBE;
 }
</style>

background-color css

<style>
 a { background-color: #800FBE; }

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

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

border-color css

<style>
 span { border-color: #800FBE; }

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

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