Html Css Color HEX #835FCD True V

📋 copy color: '#835FCD'

red 131 ◦ green 95 ◦ blue 205

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

Shades of True V #835FCD

Tints of True V #835FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 30.39%
G = 22.04%
B = 47.56%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835FCD (or 0x835FCD) is known color: True V. HEX triplet: 83, 5F and CD. RGB value is (131,95,205). Sum of RGB (Red+Green+Blue) = 131+95+205=431 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.39% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #835FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FCD is #7CA032. Grayscale: #757575. Windows color (decimal): -8167475 or 13459331. OLE color: 13459331.

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

Color convert

RGB 131 95 205 -
CMYK 0.36 0.54 0 0.20
HSL 259.64º 0.52% 0.59% -
HSV(B) 259.64º 0.54% 0.8% -
XYZ 24.47 17.42 59.83 -
YUV 118.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 131 95 205 0.36 0.54 0 0.20 259.64 0.52 0.59
Hex 83 5F CD 24 36 0 14 104 34 3B
Octal 203 137 315 44 66 0 24 404 64 73
Binary 10000011 1011111 11001101 100100 110110 0 10100 100000100 110100 111011

Color Harmonies of #835FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835FCD

Black with #835FCD

Text Example


Text Example

White with #835FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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