Html Css Color HEX #835EB3 Deluge

📋 copy color: '#835EB3'

red 131 ◦ green 94 ◦ blue 179

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

Shades of Deluge #835EB3

Tints of Deluge #835EB3

RGB

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

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

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

R = 32.43%
G = 23.27%
B = 44.31%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#835EB3 (or 0x835EB3) is known color: Deluge. HEX triplet: 83, 5E and B3. RGB value is (131,94,179). Sum of RGB (Red+Green+Blue) = 131+94+179=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #835EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835EB3 is #7CA14C. Grayscale: #727272. Windows color (decimal): -8167757 or 11755139. OLE color: 11755139.

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

Color convert

RGB 131 94 179 -
CMYK 0.27 0.47 0 0.30
HSL 266.12º 0.36% 0.54% -
HSV(B) 266.12º 0.47% 0.7% -
XYZ 21.5 16.09 44.62 -
YUV 114.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 131 94 179 0.27 0.47 0 0.30 266.12 0.36 0.54
Hex 83 5E B3 1B 2F 0 1E 10A 24 36
Octal 203 136 263 33 57 0 36 412 44 66
Binary 10000011 1011110 10110011 11011 101111 0 11110 100001010 100100 110110

Color Harmonies of #835EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EB3

Black with #835EB3

Text Example


Text Example

White with #835EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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