Html Css Color HEX #835DCF True V

📋 copy color: '#835DCF'

red 131 ◦ green 93 ◦ blue 207

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

Shades of True V #835DCF

Tints of True V #835DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 30.39%
G = 21.58%
B = 48.03%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#835DCF (or 0x835DCF) is known color: True V. HEX triplet: 83, 5D and CF. RGB value is (131,93,207). Sum of RGB (Red+Green+Blue) = 131+93+207=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #835DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCF is #7CA230. Grayscale: #747474. Windows color (decimal): -8167985 or 13589891. OLE color: 13589891.

HSL color Cylindrical-coordinate representation of color #835DCF: hue angle of 260º 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 #835DCF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 93 207 -
CMYK 0.37 0.55 0 0.19
HSL 260º 0.54% 0.59% -
HSV(B) 260º 0.55% 0.81% -
XYZ 24.54 17.16 61.05 -
YUV 117.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 131 93 207 0.37 0.55 0 0.19 260 0.54 0.59
Hex 83 5D CF 25 37 0 13 104 36 3B
Octal 203 135 317 45 67 0 23 404 66 73
Binary 10000011 1011101 11001111 100101 110111 0 10011 100000100 110110 111011

Color Harmonies of #835DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DCF

Black with #835DCF

Text Example


Text Example

White with #835DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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