Html Css Color HEX #835FCE True V

📋 copy color: '#835FCE'

red 131 ◦ green 95 ◦ blue 206

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

Shades of True V #835FCE

Tints of True V #835FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.99%

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

R = 30.32%
G = 21.99%
B = 47.69%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#835FCE (or 0x835FCE) is known color: True V. HEX triplet: 83, 5F and CE. RGB value is (131,95,206). Sum of RGB (Red+Green+Blue) = 131+95+206=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #835FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FCE is #7CA031. Grayscale: #767676. Windows color (decimal): -8167474 or 13524867. OLE color: 13524867.

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

Color convert

RGB 131 95 206 -
CMYK 0.36 0.54 0 0.19
HSL 259.46º 0.53% 0.59% -
HSV(B) 259.46º 0.54% 0.81% -
XYZ 24.59 17.47 60.47 -
YUV 118.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 131 95 206 0.36 0.54 0 0.19 259.46 0.53 0.59
Hex 83 5F CE 24 36 0 13 103 35 3B
Octal 203 137 316 44 66 0 23 403 65 73
Binary 10000011 1011111 11001110 100100 110110 0 10011 100000011 110101 111011

Color Harmonies of #835FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FCE

Black with #835FCE

Text Example


Text Example

White with #835FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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