Html Css Color HEX #835CAF Deluge

📋 copy color: '#835CAF'

red 131 ◦ green 92 ◦ blue 175

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

Shades of Deluge #835CAF

Tints of Deluge #835CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.12%

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

R = 32.91%
G = 23.12%
B = 43.97%

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

#835CAF (or 0x835CAF) is known color: Deluge. HEX triplet: 83, 5C and AF. RGB value is (131,92,175). Sum of RGB (Red+Green+Blue) = 131+92+175=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #835CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835CAF is #7CA350. Grayscale: #707070. Windows color (decimal): -8168273 or 11492483. OLE color: 11492483.

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

Color convert

RGB 131 92 175 -
CMYK 0.25 0.47 0 0.31
HSL 268.19º 0.34% 0.52% -
HSV(B) 268.19º 0.47% 0.69% -
XYZ 20.93 15.57 42.46 -
YUV 113.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 131 92 175 0.25 0.47 0 0.31 268.19 0.34 0.52
Hex 83 5C AF 19 2F 0 1F 10C 22 34
Octal 203 134 257 31 57 0 37 414 42 64
Binary 10000011 1011100 10101111 11001 101111 0 11111 100001100 100010 110100

Color Harmonies of #835CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CAF

Black with #835CAF

Text Example


Text Example

White with #835CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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