Html Css Color HEX #8265B1 Deluge

📋 copy color: '#8265B1'

red 130 ◦ green 101 ◦ blue 177

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

Shades of Deluge #8265B1

Tints of Deluge #8265B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.38%

R = 31.86%
G = 24.75%
B = 43.38%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8265B1 (or 0x8265B1) is known color: Deluge. HEX triplet: 82, 65 and B1. RGB value is (130,101,177). Sum of RGB (Red+Green+Blue) = 130+101+177=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #8265B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8265B1 is #7D9A4E. Grayscale: #767676. Windows color (decimal): -8231503 or 11625858. OLE color: 11625858.

HSL color Cylindrical-coordinate representation of color #8265B1: hue angle of 262.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8265B1 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 101 177 -
CMYK 0.27 0.43 0 0.31
HSL 262.89º 0.33% 0.55% -
HSV(B) 262.89º 0.43% 0.69% -
XYZ 21.8 17.23 43.77 -
YUV 118.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 130 101 177 0.27 0.43 0 0.31 262.89 0.33 0.55
Hex 82 65 B1 1B 2B 0 1F 107 21 37
Octal 202 145 261 33 53 0 37 407 41 67
Binary 10000010 1100101 10110001 11011 101011 0 11111 100000111 100001 110111

Color Harmonies of #8265B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265B1

Black with #8265B1

Text Example


Text Example

White with #8265B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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