Html Css Color HEX #8040CC Blue Violet

📋 copy color: '#8040CC'

red 128 ◦ green 64 ◦ blue 204

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

Shades of Blue Violet #8040CC

Tints of Blue Violet #8040CC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 32.32%
G = 16.16%
B = 51.52%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8040CC (or 0x8040CC) is known color: Blue Violet. HEX triplet: 80, 40 and CC. RGB value is (128,64,204). Sum of RGB (Red+Green+Blue) = 128+64+204=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #8040CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040CC is #7FBF33. Grayscale: #626262. Windows color (decimal): -8372020 or 13385856. OLE color: 13385856.

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

Color convert

RGB 128 64 204 -
CMYK 0.37 0.69 0 0.2
HSL 267.43º 0.58% 0.53% -
HSV(B) 267.43º 0.69% 0.8% -
XYZ 21.63 12.62 58.42 -
YUV 99.1 187.2 148.62 -
System Red Green Blue C M Y K H S L
Decimal 128 64 204 0.37 0.69 0 0.2 267.43 0.58 0.53
Hex 80 40 CC 25 45 0 14 10B 3A 35
Octal 200 100 314 45 105 0 24 413 72 65
Binary 10000000 1000000 11001100 100101 1000101 0 10100 100001011 111010 110101

Color Harmonies of #8040CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040CC

Black with #8040CC

Text Example


Text Example

White with #8040CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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