Html Css Color HEX #800FBB Dark Violet

📋 copy color: '#800FBB'

red 128 ◦ green 15 ◦ blue 187

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

Shades of Dark Violet #800FBB

Tints of Dark Violet #800FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 38.79%
G = 4.55%
B = 56.67%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800FBB (or 0x800FBB) is known color: Dark Violet. HEX triplet: 80, 0F and BB. RGB value is (128,15,187). Sum of RGB (Red+Green+Blue) = 128+15+187=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #800FBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FBB is #7FF044. Grayscale: #434343. Windows color (decimal): -8384581 or 12259200. OLE color: 12259200.

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

Color convert

RGB 128 15 187 -
CMYK 0.32 0.92 0 0.27
HSL 279.42º 0.85% 0.4% -
HSV(B) 279.42º 0.92% 0.73% -
XYZ 18.04 8.52 47.71 -
YUV 68.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 128 15 187 0.32 0.92 0 0.27 279.42 0.85 0.4
Hex 80 F BB 20 5C 0 1B 117 55 28
Octal 200 17 273 40 134 0 33 427 125 50
Binary 10000000 1111 10111011 100000 1011100 0 11011 100010111 1010101 101000

Color Harmonies of #800FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800FBB

Black with #800FBB

Text Example


Text Example

White with #800FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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