Html Css Color HEX #835DAF Deluge

📋 copy color: '#835DAF'

red 131 ◦ green 93 ◦ blue 175

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

Shades of Deluge #835DAF

Tints of Deluge #835DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 32.83%
G = 23.31%
B = 43.86%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#835DAF (or 0x835DAF) is known color: Deluge. HEX triplet: 83, 5D and AF. RGB value is (131,93,175). Sum of RGB (Red+Green+Blue) = 131+93+175=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #835DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAF is #7CA250. Grayscale: #717171. Windows color (decimal): -8168017 or 11492739. OLE color: 11492739.

HSL color Cylindrical-coordinate representation of color #835DAF: hue angle of 267.8º degrees, saturation: 0.34, 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 #835DAF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 93 175 -
CMYK 0.25 0.47 0 0.31
HSL 267.8º 0.34% 0.53% -
HSV(B) 267.8º 0.47% 0.69% -
XYZ 21.01 15.75 42.49 -
YUV 113.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 131 93 175 0.25 0.47 0 0.31 267.8 0.34 0.53
Hex 83 5D AF 19 2F 0 1F 10C 22 35
Octal 203 135 257 31 57 0 37 414 42 65
Binary 10000011 1011101 10101111 11001 101111 0 11111 100001100 100010 110101

Color Harmonies of #835DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DAF

Black with #835DAF

Text Example


Text Example

White with #835DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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