Html Css Color HEX #835ACD True V

📋 copy color: '#835ACD'

red 131 ◦ green 90 ◦ blue 205

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

Shades of True V #835ACD

Tints of True V #835ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 30.75%
G = 21.13%
B = 48.12%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835ACD (or 0x835ACD) is known color: True V. HEX triplet: 83, 5A and CD. RGB value is (131,90,205). Sum of RGB (Red+Green+Blue) = 131+90+205=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #835ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACD is #7CA532. Grayscale: #727272. Windows color (decimal): -8168755 or 13458051. OLE color: 13458051.

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

Color convert

RGB 131 90 205 -
CMYK 0.36 0.56 0 0.20
HSL 261.39º 0.53% 0.58% -
HSV(B) 261.39º 0.56% 0.8% -
XYZ 24.04 16.55 59.68 -
YUV 115.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 131 90 205 0.36 0.56 0 0.20 261.39 0.53 0.58
Hex 83 5A CD 24 38 0 14 105 35 3A
Octal 203 132 315 44 70 0 24 405 65 72
Binary 10000011 1011010 11001101 100100 111000 0 10100 100000101 110101 111010

Color Harmonies of #835ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ACD

Black with #835ACD

Text Example


Text Example

White with #835ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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