Html Css Color HEX #8040CB Blue Violet

📋 copy color: '#8040CB'

red 128 ◦ green 64 ◦ blue 203

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

Shades of Blue Violet #8040CB

Tints of Blue Violet #8040CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 32.41%
G = 16.2%
B = 51.39%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8040CB (or 0x8040CB) is known color: Blue Violet. HEX triplet: 80, 40 and CB. RGB value is (128,64,203). Sum of RGB (Red+Green+Blue) = 128+64+203=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #8040CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8040CB is #7FBF34. Grayscale: #626262. Windows color (decimal): -8372021 or 13320320. OLE color: 13320320.

HSL color Cylindrical-coordinate representation of color #8040CB: hue angle of 267.63º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8040CB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 64 203 -
CMYK 0.37 0.68 0 0.20
HSL 267.63º 0.57% 0.52% -
HSV(B) 267.63º 0.68% 0.8% -
XYZ 21.51 12.57 57.79 -
YUV 98.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 128 64 203 0.37 0.68 0 0.20 267.63 0.57 0.52
Hex 80 40 CB 25 44 0 14 10C 39 34
Octal 200 100 313 45 104 0 24 414 71 64
Binary 10000000 1000000 11001011 100101 1000100 0 10100 100001100 111001 110100

Color Harmonies of #8040CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8040CB

Black with #8040CB

Text Example


Text Example

White with #8040CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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