Html Css Color HEX #8027CC Blue Violet

📋 copy color: '#8027CC'

red 128 ◦ green 39 ◦ blue 204

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

Shades of Blue Violet #8027CC

Tints of Blue Violet #8027CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 204 (80.08% from 255) = 54.99%

R = 34.5%
G = 10.51%
B = 54.99%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8027CC (or 0x8027CC) is known color: Blue Violet. HEX triplet: 80, 27 and CC. RGB value is (128,39,204). Sum of RGB (Red+Green+Blue) = 128+39+204=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #8027CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027CC is #7FD833. Grayscale: #535353. Windows color (decimal): -8378420 or 13379456. OLE color: 13379456.

HSL color Cylindrical-coordinate representation of color #8027CC: hue angle of 272.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8027CC is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 39 204 -
CMYK 0.37 0.81 0 0.2
HSL 272.36º 0.68% 0.48% -
HSV(B) 272.36º 0.81% 0.8% -
XYZ 20.53 10.4 58.05 -
YUV 84.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 128 39 204 0.37 0.81 0 0.2 272.36 0.68 0.48
Hex 80 27 CC 25 51 0 14 110 44 30
Octal 200 47 314 45 121 0 24 420 104 60
Binary 10000000 100111 11001100 100101 1010001 0 10100 100010000 1000100 110000

Color Harmonies of #8027CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027CC

Black with #8027CC

Text Example


Text Example

White with #8027CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8027CC; }

 p { color: rgb(128,39,204); }

 H1.HeaderClassName
 {
   color: #8027CC;
 }
 .AnyTagClassName
 {
   color: #8027CC;
 }
</style>

background-color css

<style>
 a { background-color: #8027CC; }

 a { background-color: rgb(128,39,204); }

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

border-color css

<style>
 span { border-color: #8027CC; }

 span { border-color: rgb(128,39,204); }

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