Html Css Color HEX #835DCC True V

📋 copy color: '#835DCC'

red 131 ◦ green 93 ◦ blue 204

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

Shades of True V #835DCC

Tints of True V #835DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 30.61%
G = 21.73%
B = 47.66%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#835DCC (or 0x835DCC) is known color: True V. HEX triplet: 83, 5D and CC. RGB value is (131,93,204). Sum of RGB (Red+Green+Blue) = 131+93+204=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #835DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCC is #7CA233. Grayscale: #747474. Windows color (decimal): -8167988 or 13393283. OLE color: 13393283.

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

Color convert

RGB 131 93 204 -
CMYK 0.36 0.54 0 0.2
HSL 260.54º 0.52% 0.58% -
HSV(B) 260.54º 0.54% 0.8% -
XYZ 24.17 17.01 59.14 -
YUV 117.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 131 93 204 0.36 0.54 0 0.2 260.54 0.52 0.58
Hex 83 5D CC 24 36 0 14 105 34 3A
Octal 203 135 314 44 66 0 24 405 64 72
Binary 10000011 1011101 11001100 100100 110110 0 10100 100000101 110100 111010

Color Harmonies of #835DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DCC

Black with #835DCC

Text Example


Text Example

White with #835DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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