Html Css Color HEX #8028CE Blue Violet

📋 copy color: '#8028CE'

red 128 ◦ green 40 ◦ blue 206

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

Shades of Blue Violet #8028CE

Tints of Blue Violet #8028CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.7%

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 34.22%
G = 10.7%
B = 55.08%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8028CE (or 0x8028CE) is known color: Blue Violet. HEX triplet: 80, 28 and CE. RGB value is (128,40,206). Sum of RGB (Red+Green+Blue) = 128+40+206=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #8028CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028CE is #7FD731. Grayscale: #545454. Windows color (decimal): -8378162 or 13510784. OLE color: 13510784.

HSL color Cylindrical-coordinate representation of color #8028CE: hue angle of 271.81º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8028CE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 40 206 -
CMYK 0.38 0.81 0 0.19
HSL 271.81º 0.67% 0.48% -
HSV(B) 271.81º 0.81% 0.81% -
XYZ 20.8 10.56 59.34 -
YUV 85.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 128 40 206 0.38 0.81 0 0.19 271.81 0.67 0.48
Hex 80 28 CE 26 51 0 13 110 43 30
Octal 200 50 316 46 121 0 23 420 103 60
Binary 10000000 101000 11001110 100110 1010001 0 10011 100010000 1000011 110000

Color Harmonies of #8028CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028CE

Black with #8028CE

Text Example


Text Example

White with #8028CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8028CE; }

 p { color: rgb(128,40,206); }

 H1.HeaderClassName
 {
   color: #8028CE;
 }
 .AnyTagClassName
 {
   color: #8028CE;
 }
</style>

background-color css

<style>
 a { background-color: #8028CE; }

 a { background-color: rgb(128,40,206); }

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

border-color css

<style>
 span { border-color: #8028CE; }

 span { border-color: rgb(128,40,206); }

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