Html Css Color HEX #8262AC Deluge

📋 copy color: '#8262AC'

red 130 ◦ green 98 ◦ blue 172

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

Shades of Deluge #8262AC

Tints of Deluge #8262AC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.5%

 BLUE value IS 172 (67.58% from 255) = 43%

R = 32.5%
G = 24.5%
B = 43%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8262AC (or 0x8262AC) is known color: Deluge. HEX triplet: 82, 62 and AC. RGB value is (130,98,172). Sum of RGB (Red+Green+Blue) = 130+98+172=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #8262AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8262AC is #7D9D53. Grayscale: #737373. Windows color (decimal): -8232276 or 11297410. OLE color: 11297410.

HSL color Cylindrical-coordinate representation of color #8262AC: hue angle of 265.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8262AC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 98 172 -
CMYK 0.24 0.43 0 0.33
HSL 265.95º 0.31% 0.53% -
HSV(B) 265.95º 0.43% 0.67% -
XYZ 21.02 16.46 41.1 -
YUV 116 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 130 98 172 0.24 0.43 0 0.33 265.95 0.31 0.53
Hex 82 62 AC 18 2B 0 21 10A 1F 35
Octal 202 142 254 30 53 0 41 412 37 65
Binary 10000010 1100010 10101100 11000 101011 0 100001 100001010 11111 110101

Color Harmonies of #8262AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8262AC

Black with #8262AC

Text Example


Text Example

White with #8262AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8262AC; }

 p { color: rgb(130,98,172); }

 H1.HeaderClassName
 {
   color: #8262AC;
 }
 .AnyTagClassName
 {
   color: #8262AC;
 }
</style>

background-color css

<style>
 a { background-color: #8262AC; }

 a { background-color: rgb(130,98,172); }

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

border-color css

<style>
 span { border-color: #8262AC; }

 span { border-color: rgb(130,98,172); }

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