Html Css Color HEX #835FAC Deluge

📋 copy color: '#835FAC'

red 131 ◦ green 95 ◦ blue 172

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

Shades of Deluge #835FAC

Tints of Deluge #835FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

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

R = 32.91%
G = 23.87%
B = 43.22%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#835FAC (or 0x835FAC) is known color: Deluge. HEX triplet: 83, 5F and AC. RGB value is (131,95,172). Sum of RGB (Red+Green+Blue) = 131+95+172=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #835FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835FAC is #7CA053. Grayscale: #727272. Windows color (decimal): -8167508 or 11296643. OLE color: 11296643.

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

Color convert

RGB 131 95 172 -
CMYK 0.24 0.45 0 0.33
HSL 268.05º 0.32% 0.52% -
HSV(B) 268.05º 0.45% 0.67% -
XYZ 20.9 15.99 41.01 -
YUV 114.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 131 95 172 0.24 0.45 0 0.33 268.05 0.32 0.52
Hex 83 5F AC 18 2D 0 21 10C 20 34
Octal 203 137 254 30 55 0 41 414 40 64
Binary 10000011 1011111 10101100 11000 101101 0 100001 100001100 100000 110100

Color Harmonies of #835FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FAC

Black with #835FAC

Text Example


Text Example

White with #835FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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