Html Css Color HEX #8360B3 Deluge

📋 copy color: '#8360B3'

red 131 ◦ green 96 ◦ blue 179

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

Shades of Deluge #8360B3

Tints of Deluge #8360B3

RGB

 RED value IS 131 (51.56% from 255) = 32.27%

 GREEN value IS 96 (37.89% from 255) = 23.65%

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

R = 32.27%
G = 23.65%
B = 44.09%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8360B3 (or 0x8360B3) is known color: Deluge. HEX triplet: 83, 60 and B3. RGB value is (131,96,179). Sum of RGB (Red+Green+Blue) = 131+96+179=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #8360B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8360B3 is #7C9F4C. Grayscale: #737373. Windows color (decimal): -8167245 or 11755651. OLE color: 11755651.

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

Color convert

RGB 131 96 179 -
CMYK 0.27 0.46 0 0.30
HSL 265.3º 0.35% 0.54% -
HSV(B) 265.3º 0.46% 0.7% -
XYZ 21.68 16.45 44.68 -
YUV 115.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 131 96 179 0.27 0.46 0 0.30 265.3 0.35 0.54
Hex 83 60 B3 1B 2E 0 1E 109 23 36
Octal 203 140 263 33 56 0 36 411 43 66
Binary 10000011 1100000 10110011 11011 101110 0 11110 100001001 100011 110110

Color Harmonies of #8360B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360B3

Black with #8360B3

Text Example


Text Example

White with #8360B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,96,179); }

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

background-color css

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

 a { background-color: rgb(131,96,179); }

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

border-color css

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

 span { border-color: rgb(131,96,179); }

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