Html Css Color HEX #835DCE True V

📋 copy color: '#835DCE'

red 131 ◦ green 93 ◦ blue 206

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

Shades of True V #835DCE

Tints of True V #835DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.91%

R = 30.47%
G = 21.63%
B = 47.91%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#835DCE (or 0x835DCE) is known color: True V. HEX triplet: 83, 5D and CE. RGB value is (131,93,206). Sum of RGB (Red+Green+Blue) = 131+93+206=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #835DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCE is #7CA231. Grayscale: #747474. Windows color (decimal): -8167986 or 13524355. OLE color: 13524355.

HSL color Cylindrical-coordinate representation of color #835DCE: hue angle of 260.18º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835DCE is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 93 206 -
CMYK 0.36 0.55 0 0.19
HSL 260.18º 0.54% 0.59% -
HSV(B) 260.18º 0.55% 0.81% -
XYZ 24.42 17.11 60.41 -
YUV 117.24 178.09 137.81 -
System Red Green Blue C M Y K H S L
Decimal 131 93 206 0.36 0.55 0 0.19 260.18 0.54 0.59
Hex 83 5D CE 24 37 0 13 104 36 3B
Octal 203 135 316 44 67 0 23 404 66 73
Binary 10000011 1011101 11001110 100100 110111 0 10011 100000100 110110 111011

Color Harmonies of #835DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DCE

Black with #835DCE

Text Example


Text Example

White with #835DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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