Html Css Color HEX #835DCB True V

📋 copy color: '#835DCB'

red 131 ◦ green 93 ◦ blue 203

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

Shades of True V #835DCB

Tints of True V #835DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 30.68%
G = 21.78%
B = 47.54%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835DCB (or 0x835DCB) is known color: True V. HEX triplet: 83, 5D and CB. RGB value is (131,93,203). Sum of RGB (Red+Green+Blue) = 131+93+203=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #835DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DCB is #7CA234. Grayscale: #747474. Windows color (decimal): -8167989 or 13327747. OLE color: 13327747.

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

Color convert

RGB 131 93 203 -
CMYK 0.35 0.54 0 0.20
HSL 260.73º 0.51% 0.58% -
HSV(B) 260.73º 0.54% 0.8% -
XYZ 24.05 16.97 58.51 -
YUV 116.9 176.59 138.06 -
System Red Green Blue C M Y K H S L
Decimal 131 93 203 0.35 0.54 0 0.20 260.73 0.51 0.58
Hex 83 5D CB 23 36 0 14 105 33 3A
Octal 203 135 313 43 66 0 24 405 63 72
Binary 10000011 1011101 11001011 100011 110110 0 10100 100000101 110011 111010

Color Harmonies of #835DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DCB

Black with #835DCB

Text Example


Text Example

White with #835DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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