Html Css Color HEX #835DAC Deluge

📋 copy color: '#835DAC'

red 131 ◦ green 93 ◦ blue 172

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

Shades of Deluge #835DAC

Tints of Deluge #835DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 33.08%
G = 23.48%
B = 43.43%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835DAC (or 0x835DAC) is known color: Deluge. HEX triplet: 83, 5D and AC. RGB value is (131,93,172). Sum of RGB (Red+Green+Blue) = 131+93+172=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #835DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAC is #7CA253. Grayscale: #717171. Windows color (decimal): -8168020 or 11296131. OLE color: 11296131.

HSL color Cylindrical-coordinate representation of color #835DAC: hue angle of 268.86º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835DAC is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 93 172 -
CMYK 0.24 0.46 0 0.33
HSL 268.86º 0.32% 0.52% -
HSV(B) 268.86º 0.46% 0.67% -
XYZ 20.72 15.63 40.96 -
YUV 113.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 131 93 172 0.24 0.46 0 0.33 268.86 0.32 0.52
Hex 83 5D AC 18 2E 0 21 10D 20 34
Octal 203 135 254 30 56 0 41 415 40 64
Binary 10000011 1011101 10101100 11000 101110 0 100001 100001101 100000 110100

Color Harmonies of #835DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DAC

Black with #835DAC

Text Example


Text Example

White with #835DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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