Html Css Color HEX #8265AF Deluge

📋 copy color: '#8265AF'

red 130 ◦ green 101 ◦ blue 175

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

Shades of Deluge #8265AF

Tints of Deluge #8265AF

RGB

 RED value IS 130 (51.17% from 255) = 32.02%

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 32.02%
G = 24.88%
B = 43.1%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8265AF (or 0x8265AF) is known color: Deluge. HEX triplet: 82, 65 and AF. RGB value is (130,101,175). Sum of RGB (Red+Green+Blue) = 130+101+175=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8265AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8265AF is #7D9A50. Grayscale: #757575. Windows color (decimal): -8231505 or 11494786. OLE color: 11494786.

HSL color Cylindrical-coordinate representation of color #8265AF: hue angle of 263.51º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8265AF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 101 175 -
CMYK 0.26 0.42 0 0.31
HSL 263.51º 0.32% 0.54% -
HSV(B) 263.51º 0.42% 0.69% -
XYZ 21.6 17.15 42.73 -
YUV 118.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 130 101 175 0.26 0.42 0 0.31 263.51 0.32 0.54
Hex 82 65 AF 1A 2A 0 1F 108 20 36
Octal 202 145 257 32 52 0 37 410 40 66
Binary 10000010 1100101 10101111 11010 101010 0 11111 100001000 100000 110110

Color Harmonies of #8265AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265AF

Black with #8265AF

Text Example


Text Example

White with #8265AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8265AF; }

 p { color: rgb(130,101,175); }

 H1.HeaderClassName
 {
   color: #8265AF;
 }
 .AnyTagClassName
 {
   color: #8265AF;
 }
</style>

background-color css

<style>
 a { background-color: #8265AF; }

 a { background-color: rgb(130,101,175); }

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

border-color css

<style>
 span { border-color: #8265AF; }

 span { border-color: rgb(130,101,175); }

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