Html Css Color HEX #8272B3 Deluge

📋 copy color: '#8272B3'

red 130 ◦ green 114 ◦ blue 179

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

Shades of Deluge #8272B3

Tints of Deluge #8272B3

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.95%

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 30.73%
G = 26.95%
B = 42.32%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8272B3 (or 0x8272B3) is known color: Deluge. HEX triplet: 82, 72 and B3. RGB value is (130,114,179). Sum of RGB (Red+Green+Blue) = 130+114+179=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #8272B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8272B3 is #7D8D4C. Grayscale: #7D7D7D. Windows color (decimal): -8228173 or 11760258. OLE color: 11760258.

HSL color Cylindrical-coordinate representation of color #8272B3: hue angle of 254.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8272B3 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 114 179 -
CMYK 0.27 0.36 0 0.30
HSL 254.77º 0.3% 0.57% -
HSV(B) 254.77º 0.36% 0.7% -
XYZ 23.36 20.04 45.28 -
YUV 126.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 130 114 179 0.27 0.36 0 0.30 254.77 0.3 0.57
Hex 82 72 B3 1B 24 0 1E FF 1E 39
Octal 202 162 263 33 44 0 36 377 36 71
Binary 10000010 1110010 10110011 11011 100100 0 11110 11111111 11110 111001

Color Harmonies of #8272B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8272B3

Black with #8272B3

Text Example


Text Example

White with #8272B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8272B3; }

 p { color: rgb(130,114,179); }

 H1.HeaderClassName
 {
   color: #8272B3;
 }
 .AnyTagClassName
 {
   color: #8272B3;
 }
</style>

background-color css

<style>
 a { background-color: #8272B3; }

 a { background-color: rgb(130,114,179); }

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

border-color css

<style>
 span { border-color: #8272B3; }

 span { border-color: rgb(130,114,179); }

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