Html Css Color HEX #8270B3 Deluge

📋 copy color: '#8270B3'

red 130 ◦ green 112 ◦ blue 179

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

Shades of Deluge #8270B3

Tints of Deluge #8270B3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.6%

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

R = 30.88%
G = 26.6%
B = 42.52%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8270B3 (or 0x8270B3) is known color: Deluge. HEX triplet: 82, 70 and B3. RGB value is (130,112,179). Sum of RGB (Red+Green+Blue) = 130+112+179=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #8270B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270B3 is #7D8F4C. Grayscale: #7C7C7C. Windows color (decimal): -8228685 or 11759746. OLE color: 11759746.

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

Color convert

RGB 130 112 179 -
CMYK 0.27 0.37 0 0.30
HSL 256.12º 0.31% 0.57% -
HSV(B) 256.12º 0.37% 0.7% -
XYZ 23.14 19.59 45.21 -
YUV 125.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 130 112 179 0.27 0.37 0 0.30 256.12 0.31 0.57
Hex 82 70 B3 1B 25 0 1E 100 1F 39
Octal 202 160 263 33 45 0 36 400 37 71
Binary 10000010 1110000 10110011 11011 100101 0 11110 100000000 11111 111001

Color Harmonies of #8270B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270B3

Black with #8270B3

Text Example


Text Example

White with #8270B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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