Html Css Color HEX #835DB3 Deluge

📋 copy color: '#835DB3'

red 131 ◦ green 93 ◦ blue 179

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

Shades of Deluge #835DB3

Tints of Deluge #835DB3

RGB

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

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

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

R = 32.51%
G = 23.08%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#835DB3 (or 0x835DB3) is known color: Deluge. HEX triplet: 83, 5D and B3. RGB value is (131,93,179). Sum of RGB (Red+Green+Blue) = 131+93+179=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 179 (70.31% from 255 or 44.42% from 403); Max value from RGB is 179 - color contains mainly: blue. Hex color #835DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DB3 is #7CA24C. Grayscale: #717171. Windows color (decimal): -8168013 or 11754883. OLE color: 11754883.

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

Color convert

RGB 131 93 179 -
CMYK 0.27 0.48 0 0.30
HSL 266.51º 0.36% 0.53% -
HSV(B) 266.51º 0.48% 0.7% -
XYZ 21.41 15.91 44.59 -
YUV 114.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 131 93 179 0.27 0.48 0 0.30 266.51 0.36 0.53
Hex 83 5D B3 1B 30 0 1E 10B 24 35
Octal 203 135 263 33 60 0 36 413 44 65
Binary 10000011 1011101 10110011 11011 110000 0 11110 100001011 100100 110101

Color Harmonies of #835DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DB3

Black with #835DB3

Text Example


Text Example

White with #835DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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