Html Css Color HEX #835DD0 True V

📋 copy color: '#835DD0'

red 131 ◦ green 93 ◦ blue 208

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

Shades of True V #835DD0

Tints of True V #835DD0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 30.32%
G = 21.53%
B = 48.15%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#835DD0 (or 0x835DD0) is known color: True V. HEX triplet: 83, 5D and D0. RGB value is (131,93,208). Sum of RGB (Red+Green+Blue) = 131+93+208=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #835DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DD0 is #7CA22F. Grayscale: #757575. Windows color (decimal): -8167984 or 13655427. OLE color: 13655427.

HSL color Cylindrical-coordinate representation of color #835DD0: hue angle of 259.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835DD0 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 93 208 -
CMYK 0.37 0.55 0 0.18
HSL 259.83º 0.55% 0.59% -
HSV(B) 259.83º 0.55% 0.82% -
XYZ 24.66 17.21 61.7 -
YUV 117.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 131 93 208 0.37 0.55 0 0.18 259.83 0.55 0.59
Hex 83 5D D0 25 37 0 12 104 37 3B
Octal 203 135 320 45 67 0 22 404 67 73
Binary 10000011 1011101 11010000 100101 110111 0 10010 100000100 110111 111011

Color Harmonies of #835DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DD0

Black with #835DD0

Text Example


Text Example

White with #835DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,208); }

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

background-color css

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

 a { background-color: rgb(131,93,208); }

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

border-color css

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

 span { border-color: rgb(131,93,208); }

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