Html Css Color HEX #835ACE True V

📋 copy color: '#835ACE'

red 131 ◦ green 90 ◦ blue 206

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

Shades of True V #835ACE

Tints of True V #835ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 30.68%
G = 21.08%
B = 48.24%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#835ACE (or 0x835ACE) is known color: True V. HEX triplet: 83, 5A and CE. RGB value is (131,90,206). Sum of RGB (Red+Green+Blue) = 131+90+206=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #835ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACE is #7CA531. Grayscale: #737373. Windows color (decimal): -8168754 or 13523587. OLE color: 13523587.

HSL color Cylindrical-coordinate representation of color #835ACE: hue angle of 261.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835ACE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 90 206 -
CMYK 0.36 0.56 0 0.19
HSL 261.21º 0.54% 0.58% -
HSV(B) 261.21º 0.56% 0.81% -
XYZ 24.16 16.59 60.32 -
YUV 115.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 131 90 206 0.36 0.56 0 0.19 261.21 0.54 0.58
Hex 83 5A CE 24 38 0 13 105 36 3A
Octal 203 132 316 44 70 0 23 405 66 72
Binary 10000011 1011010 11001110 100100 111000 0 10011 100000101 110110 111010

Color Harmonies of #835ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ACE

Black with #835ACE

Text Example


Text Example

White with #835ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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