Html Css Color HEX #801BED Blue Violet

📋 copy color: '#801BED'

red 128 ◦ green 27 ◦ blue 237

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

Shades of Blue Violet #801BED

Tints of Blue Violet #801BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 237 (92.97% from 255) = 60.46%

R = 32.65%
G = 6.89%
B = 60.46%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#801BED (or 0x801BED) is known color: Blue Violet. HEX triplet: 80, 1B and ED. RGB value is (128,27,237). Sum of RGB (Red+Green+Blue) = 128+27+237=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 237 (92.97% from 255 or 60.46% from 392); Max value from RGB is 237 - color contains mainly: blue. Hex color #801BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801BED is #7FE412. Grayscale: #505050. Windows color (decimal): -8381459 or 15539072. OLE color: 15539072.

HSL color Cylindrical-coordinate representation of color #801BED: hue angle of 268.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #801BED is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 27 237 -
CMYK 0.46 0.89 0 0.07
HSL 268.86º 0.85% 0.52% -
HSV(B) 268.86º 0.89% 0.93% -
XYZ 24.58 11.49 81.04 -
YUV 81.14 215.96 161.42 -
System Red Green Blue C M Y K H S L
Decimal 128 27 237 0.46 0.89 0 0.07 268.86 0.85 0.52
Hex 80 1B ED 2E 59 0 7 10D 55 34
Octal 200 33 355 56 131 0 7 415 125 64
Binary 10000000 11011 11101101 101110 1011001 0 111 100001101 1010101 110100

Color Harmonies of #801BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801BED

Black with #801BED

Text Example


Text Example

White with #801BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801BED; }

 p { color: rgb(128,27,237); }

 H1.HeaderClassName
 {
   color: #801BED;
 }
 .AnyTagClassName
 {
   color: #801BED;
 }
</style>

background-color css

<style>
 a { background-color: #801BED; }

 a { background-color: rgb(128,27,237); }

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

border-color css

<style>
 span { border-color: #801BED; }

 span { border-color: rgb(128,27,237); }

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