Html Css Color HEX #835ABC Lilac Bush

📋 copy color: '#835ABC'

red 131 ◦ green 90 ◦ blue 188

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

Shades of Lilac Bush #835ABC

Tints of Lilac Bush #835ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 32.03%
G = 22%
B = 45.97%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#835ABC (or 0x835ABC) is known color: Lilac Bush. HEX triplet: 83, 5A and BC. RGB value is (131,90,188). Sum of RGB (Red+Green+Blue) = 131+90+188=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #835ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ABC is #7CA543. Grayscale: #717171. Windows color (decimal): -8168772 or 12343939. OLE color: 12343939.

HSL color Cylindrical-coordinate representation of color #835ABC: hue angle of 265.1º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835ABC is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 90 188 -
CMYK 0.30 0.52 0 0.26
HSL 265.1º 0.42% 0.55% -
HSV(B) 265.1º 0.52% 0.74% -
XYZ 22.09 15.77 49.46 -
YUV 113.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 131 90 188 0.30 0.52 0 0.26 265.1 0.42 0.55
Hex 83 5A BC 1E 34 0 1A 109 2A 37
Octal 203 132 274 36 64 0 32 411 52 67
Binary 10000011 1011010 10111100 11110 110100 0 11010 100001001 101010 110111

Color Harmonies of #835ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ABC

Black with #835ABC

Text Example


Text Example

White with #835ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,90,188); }

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

background-color css

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

 a { background-color: rgb(131,90,188); }

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

border-color css

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

 span { border-color: rgb(131,90,188); }

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