Html Css Color HEX #835ECF True V

📋 copy color: '#835ECF'

red 131 ◦ green 94 ◦ blue 207

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

Shades of True V #835ECF

Tints of True V #835ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 30.32%
G = 21.76%
B = 47.92%

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

#835ECF (or 0x835ECF) is known color: True V. HEX triplet: 83, 5E and CF. RGB value is (131,94,207). Sum of RGB (Red+Green+Blue) = 131+94+207=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #835ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ECF is #7CA130. Grayscale: #757575. Windows color (decimal): -8167729 or 13590147. OLE color: 13590147.

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

Color convert

RGB 131 94 207 -
CMYK 0.37 0.55 0 0.19
HSL 259.65º 0.54% 0.59% -
HSV(B) 259.65º 0.55% 0.81% -
XYZ 24.63 17.34 61.08 -
YUV 117.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 131 94 207 0.37 0.55 0 0.19 259.65 0.54 0.59
Hex 83 5E CF 25 37 0 13 104 36 3B
Octal 203 136 317 45 67 0 23 404 66 73
Binary 10000011 1011110 11001111 100101 110111 0 10011 100000100 110110 111011

Color Harmonies of #835ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ECF

Black with #835ECF

Text Example


Text Example

White with #835ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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