Html Css Color HEX #8140D0 Blue Violet

📋 copy color: '#8140D0'

red 129 ◦ green 64 ◦ blue 208

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

Shades of Blue Violet #8140D0

Tints of Blue Violet #8140D0

RGB

 RED value IS 129 (50.78% from 255) = 32.17%

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

 BLUE value IS 208 (81.64% from 255) = 51.87%

R = 32.17%
G = 15.96%
B = 51.87%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8140D0 (or 0x8140D0) is known color: Blue Violet. HEX triplet: 81, 40 and D0. RGB value is (129,64,208). Sum of RGB (Red+Green+Blue) = 129+64+208=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 208 (81.64% from 255 or 51.87% from 401); Max value from RGB is 208 - color contains mainly: blue. Hex color #8140D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8140D0 is #7EBF2F. Grayscale: #636363. Windows color (decimal): -8306480 or 13648001. OLE color: 13648001.

HSL color Cylindrical-coordinate representation of color #8140D0: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8140D0 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 64 208 -
CMYK 0.38 0.69 0 0.18
HSL 267.08º 0.61% 0.53% -
HSV(B) 267.08º 0.69% 0.82% -
XYZ 22.27 12.89 60.99 -
YUV 99.85 189.03 148.79 -
System Red Green Blue C M Y K H S L
Decimal 129 64 208 0.38 0.69 0 0.18 267.08 0.61 0.53
Hex 81 40 D0 26 45 0 12 10B 3D 35
Octal 201 100 320 46 105 0 22 413 75 65
Binary 10000001 1000000 11010000 100110 1000101 0 10010 100001011 111101 110101

Color Harmonies of #8140D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8140D0

Black with #8140D0

Text Example


Text Example

White with #8140D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8140D0; }

 p { color: rgb(129,64,208); }

 H1.HeaderClassName
 {
   color: #8140D0;
 }
 .AnyTagClassName
 {
   color: #8140D0;
 }
</style>

background-color css

<style>
 a { background-color: #8140D0; }

 a { background-color: rgb(129,64,208); }

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

border-color css

<style>
 span { border-color: #8140D0; }

 span { border-color: rgb(129,64,208); }

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