Html Css Color HEX #816DBA True V

📋 copy color: '#816DBA'

red 129 ◦ green 109 ◦ blue 186

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

Shades of True V #816DBA

Tints of True V #816DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.71%

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 30.42%
G = 25.71%
B = 43.87%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#816DBA (or 0x816DBA) is known color: True V. HEX triplet: 81, 6D and BA. RGB value is (129,109,186). Sum of RGB (Red+Green+Blue) = 129+109+186=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #816DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816DBA is #7E9245. Grayscale: #7B7B7B. Windows color (decimal): -8294982 or 12217729. OLE color: 12217729.

HSL color Cylindrical-coordinate representation of color #816DBA: hue angle of 255.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #816DBA is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 109 186 -
CMYK 0.31 0.41 0 0.27
HSL 255.58º 0.36% 0.58% -
HSV(B) 255.58º 0.41% 0.73% -
XYZ 23.38 19.15 48.92 -
YUV 123.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 129 109 186 0.31 0.41 0 0.27 255.58 0.36 0.58
Hex 81 6D BA 1F 29 0 1B 100 24 3A
Octal 201 155 272 37 51 0 33 400 44 72
Binary 10000001 1101101 10111010 11111 101001 0 11011 100000000 100100 111010

Color Harmonies of #816DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816DBA

Black with #816DBA

Text Example


Text Example

White with #816DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816DBA; }

 p { color: rgb(129,109,186); }

 H1.HeaderClassName
 {
   color: #816DBA;
 }
 .AnyTagClassName
 {
   color: #816DBA;
 }
</style>

background-color css

<style>
 a { background-color: #816DBA; }

 a { background-color: rgb(129,109,186); }

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

border-color css

<style>
 span { border-color: #816DBA; }

 span { border-color: rgb(129,109,186); }

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