Html Css Color HEX #835CCA True V

📋 copy color: '#835CCA'

red 131 ◦ green 92 ◦ blue 202

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

Shades of True V #835CCA

Tints of True V #835CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 30.82%
G = 21.65%
B = 47.53%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#835CCA (or 0x835CCA) is known color: True V. HEX triplet: 83, 5C and CA. RGB value is (131,92,202). Sum of RGB (Red+Green+Blue) = 131+92+202=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #835CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCA is #7CA335. Grayscale: #737373. Windows color (decimal): -8168246 or 13261955. OLE color: 13261955.

HSL color Cylindrical-coordinate representation of color #835CCA: hue angle of 261.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835CCA is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 92 202 -
CMYK 0.35 0.54 0 0.21
HSL 261.27º 0.51% 0.58% -
HSV(B) 261.27º 0.54% 0.79% -
XYZ 23.85 16.74 57.85 -
YUV 116.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 131 92 202 0.35 0.54 0 0.21 261.27 0.51 0.58
Hex 83 5C CA 23 36 0 15 105 33 3A
Octal 203 134 312 43 66 0 25 405 63 72
Binary 10000011 1011100 11001010 100011 110110 0 10101 100000101 110011 111010

Color Harmonies of #835CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CCA

Black with #835CCA

Text Example


Text Example

White with #835CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,202); }

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

background-color css

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

 a { background-color: rgb(131,92,202); }

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

border-color css

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

 span { border-color: rgb(131,92,202); }

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