Html Css Color HEX #8360B0 Deluge

📋 copy color: '#8360B0'

red 131 ◦ green 96 ◦ blue 176

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

Shades of Deluge #8360B0

Tints of Deluge #8360B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 32.51%
G = 23.82%
B = 43.67%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8360B0 (or 0x8360B0) is known color: Deluge. HEX triplet: 83, 60 and B0. RGB value is (131,96,176). Sum of RGB (Red+Green+Blue) = 131+96+176=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 176 - color contains mainly: blue. Hex color #8360B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8360B0 is #7C9F4F. Grayscale: #737373. Windows color (decimal): -8167248 or 11559043. OLE color: 11559043.

HSL color Cylindrical-coordinate representation of color #8360B0: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8360B0 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 96 176 -
CMYK 0.26 0.45 0 0.31
HSL 266.25º 0.34% 0.53% -
HSV(B) 266.25º 0.45% 0.69% -
XYZ 21.38 16.33 43.1 -
YUV 115.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 131 96 176 0.26 0.45 0 0.31 266.25 0.34 0.53
Hex 83 60 B0 1A 2D 0 1F 10A 22 35
Octal 203 140 260 32 55 0 37 412 42 65
Binary 10000011 1100000 10110000 11010 101101 0 11111 100001010 100010 110101

Color Harmonies of #8360B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8360B0

Black with #8360B0

Text Example


Text Example

White with #8360B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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