Html Css Color HEX #835CCD True V

📋 copy color: '#835CCD'

red 131 ◦ green 92 ◦ blue 205

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

Shades of True V #835CCD

Tints of True V #835CCD

RGB

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

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

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

R = 30.61%
G = 21.5%
B = 47.9%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835CCD (or 0x835CCD) is known color: True V. HEX triplet: 83, 5C and CD. RGB value is (131,92,205). Sum of RGB (Red+Green+Blue) = 131+92+205=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #835CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCD is #7CA332. Grayscale: #747474. Windows color (decimal): -8168243 or 13458563. OLE color: 13458563.

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

Color convert

RGB 131 92 205 -
CMYK 0.36 0.55 0 0.20
HSL 260.71º 0.53% 0.58% -
HSV(B) 260.71º 0.55% 0.8% -
XYZ 24.21 16.89 59.74 -
YUV 116.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 131 92 205 0.36 0.55 0 0.20 260.71 0.53 0.58
Hex 83 5C CD 24 37 0 14 105 35 3A
Octal 203 134 315 44 67 0 24 405 65 72
Binary 10000011 1011100 11001101 100100 110111 0 10100 100000101 110101 111010

Color Harmonies of #835CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CCD

Black with #835CCD

Text Example


Text Example

White with #835CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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