Html Css Color HEX #8040CD Blue Violet

📋 copy color: '#8040CD'

red 128 ◦ green 64 ◦ blue 205

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

Shades of Blue Violet #8040CD

Tints of Blue Violet #8040CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 32.24%
G = 16.12%
B = 51.64%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8040CD (or 0x8040CD) is known color: Blue Violet. HEX triplet: 80, 40 and CD. RGB value is (128,64,205). Sum of RGB (Red+Green+Blue) = 128+64+205=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #8040CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040CD is #7FBF32. Grayscale: #626262. Windows color (decimal): -8372019 or 13451392. OLE color: 13451392.

HSL color Cylindrical-coordinate representation of color #8040CD: hue angle of 267.23º degrees, saturation: 0.59, 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 #8040CD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 64 205 -
CMYK 0.38 0.69 0 0.20
HSL 267.23º 0.59% 0.53% -
HSV(B) 267.23º 0.69% 0.8% -
XYZ 21.75 12.66 59.06 -
YUV 99.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 128 64 205 0.38 0.69 0 0.20 267.23 0.59 0.53
Hex 80 40 CD 26 45 0 14 10B 3B 35
Octal 200 100 315 46 105 0 24 413 73 65
Binary 10000000 1000000 11001101 100110 1000101 0 10100 100001011 111011 110101

Color Harmonies of #8040CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040CD

Black with #8040CD

Text Example


Text Example

White with #8040CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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