Html Css Color HEX #835DB4 Deluge

📋 copy color: '#835DB4'

red 131 ◦ green 93 ◦ blue 180

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

Shades of Deluge #835DB4

Tints of Deluge #835DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.55%

R = 32.43%
G = 23.02%
B = 44.55%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#835DB4 (or 0x835DB4) is known color: Deluge. HEX triplet: 83, 5D and B4. RGB value is (131,93,180). Sum of RGB (Red+Green+Blue) = 131+93+180=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #835DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DB4 is #7CA24B. Grayscale: #717171. Windows color (decimal): -8168012 or 11820419. OLE color: 11820419.

HSL color Cylindrical-coordinate representation of color #835DB4: hue angle of 266.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #835DB4 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 93 180 -
CMYK 0.27 0.48 0 0.29
HSL 266.21º 0.37% 0.54% -
HSV(B) 266.21º 0.48% 0.71% -
XYZ 21.51 15.95 45.12 -
YUV 114.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 131 93 180 0.27 0.48 0 0.29 266.21 0.37 0.54
Hex 83 5D B4 1B 30 0 1D 10A 25 36
Octal 203 135 264 33 60 0 35 412 45 66
Binary 10000011 1011101 10110100 11011 110000 0 11101 100001010 100101 110110

Color Harmonies of #835DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DB4

Black with #835DB4

Text Example


Text Example

White with #835DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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