Html Css Color HEX #800CEB Blue Violet

📋 copy color: '#800CEB'

red 128 ◦ green 12 ◦ blue 235

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

Shades of Blue Violet #800CEB

Tints of Blue Violet #800CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.2%

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

R = 34.13%
G = 3.2%
B = 62.67%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#800CEB (or 0x800CEB) is known color: Blue Violet. HEX triplet: 80, 0C and EB. RGB value is (128,12,235). Sum of RGB (Red+Green+Blue) = 128+12+235=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #800CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CEB is #7FF314. Grayscale: #474747. Windows color (decimal): -8385301 or 15404160. OLE color: 15404160.

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

Color convert

RGB 128 12 235 -
CMYK 0.46 0.95 0 0.08
HSL 271.21º 0.9% 0.48% -
HSV(B) 271.21º 0.95% 0.92% -
XYZ 24.03 10.85 79.43 -
YUV 72.11 219.93 167.87 -
System Red Green Blue C M Y K H S L
Decimal 128 12 235 0.46 0.95 0 0.08 271.21 0.9 0.48
Hex 80 C EB 2E 5F 0 8 10F 5A 30
Octal 200 14 353 56 137 0 10 417 132 60
Binary 10000000 1100 11101011 101110 1011111 0 1000 100001111 1011010 110000

Color Harmonies of #800CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CEB

Black with #800CEB

Text Example


Text Example

White with #800CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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