Html Css Color HEX #835CC7 True V

📋 copy color: '#835CC7'

red 131 ◦ green 92 ◦ blue 199

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

Shades of True V #835CC7

Tints of True V #835CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 47.16%

R = 31.04%
G = 21.8%
B = 47.16%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#835CC7 (or 0x835CC7) is known color: True V. HEX triplet: 83, 5C and C7. RGB value is (131,92,199). Sum of RGB (Red+Green+Blue) = 131+92+199=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #835CC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CC7 is #7CA338. Grayscale: #737373. Windows color (decimal): -8168249 or 13065347. OLE color: 13065347.

HSL color Cylindrical-coordinate representation of color #835CC7: hue angle of 261.87º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835CC7 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 92 199 -
CMYK 0.34 0.54 0 0.22
HSL 261.87º 0.49% 0.57% -
HSV(B) 261.87º 0.54% 0.78% -
XYZ 23.5 16.6 56 -
YUV 115.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 131 92 199 0.34 0.54 0 0.22 261.87 0.49 0.57
Hex 83 5C C7 22 36 0 16 106 31 39
Octal 203 134 307 42 66 0 26 406 61 71
Binary 10000011 1011100 11000111 100010 110110 0 10110 100000110 110001 111001

Color Harmonies of #835CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CC7

Black with #835CC7

Text Example


Text Example

White with #835CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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