Html Css Color HEX #835DB1 Deluge

📋 copy color: '#835DB1'

red 131 ◦ green 93 ◦ blue 177

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

Shades of Deluge #835DB1

Tints of Deluge #835DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 177 (69.53% from 255) = 44.14%

R = 32.67%
G = 23.19%
B = 44.14%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#835DB1 (or 0x835DB1) is known color: Deluge. HEX triplet: 83, 5D and B1. RGB value is (131,93,177). Sum of RGB (Red+Green+Blue) = 131+93+177=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #835DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DB1 is #7CA24E. Grayscale: #717171. Windows color (decimal): -8168015 or 11623811. OLE color: 11623811.

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

Color convert

RGB 131 93 177 -
CMYK 0.26 0.47 0 0.31
HSL 267.14º 0.35% 0.53% -
HSV(B) 267.14º 0.47% 0.69% -
XYZ 21.21 15.83 43.53 -
YUV 113.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 131 93 177 0.26 0.47 0 0.31 267.14 0.35 0.53
Hex 83 5D B1 1A 2F 0 1F 10B 23 35
Octal 203 135 261 32 57 0 37 413 43 65
Binary 10000011 1011101 10110001 11010 101111 0 11111 100001011 100011 110101

Color Harmonies of #835DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DB1

Black with #835DB1

Text Example


Text Example

White with #835DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,177); }

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

background-color css

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

 a { background-color: rgb(131,93,177); }

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

border-color css

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

 span { border-color: rgb(131,93,177); }

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