Html Css Color HEX #835EB2 Deluge

📋 copy color: '#835EB2'

red 131 ◦ green 94 ◦ blue 178

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

Shades of Deluge #835EB2

Tints of Deluge #835EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.33%

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 32.51%
G = 23.33%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#835EB2 (or 0x835EB2) is known color: Deluge. HEX triplet: 83, 5E and B2. RGB value is (131,94,178). Sum of RGB (Red+Green+Blue) = 131+94+178=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #835EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835EB2 is #7CA14D. Grayscale: #727272. Windows color (decimal): -8167758 or 11689603. OLE color: 11689603.

HSL color Cylindrical-coordinate representation of color #835EB2: hue angle of 266.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #835EB2 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 94 178 -
CMYK 0.26 0.47 0 0.30
HSL 266.43º 0.35% 0.53% -
HSV(B) 266.43º 0.47% 0.7% -
XYZ 21.4 16.05 44.09 -
YUV 114.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 131 94 178 0.26 0.47 0 0.30 266.43 0.35 0.53
Hex 83 5E B2 1A 2F 0 1E 10A 23 35
Octal 203 136 262 32 57 0 36 412 43 65
Binary 10000011 1011110 10110010 11010 101111 0 11110 100001010 100011 110101

Color Harmonies of #835EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EB2

Black with #835EB2

Text Example


Text Example

White with #835EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EB2; }

 p { color: rgb(131,94,178); }

 H1.HeaderClassName
 {
   color: #835EB2;
 }
 .AnyTagClassName
 {
   color: #835EB2;
 }
</style>

background-color css

<style>
 a { background-color: #835EB2; }

 a { background-color: rgb(131,94,178); }

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

border-color css

<style>
 span { border-color: #835EB2; }

 span { border-color: rgb(131,94,178); }

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