Html Css Color HEX #835ACB True V

📋 copy color: '#835ACB'

red 131 ◦ green 90 ◦ blue 203

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

Shades of True V #835ACB

Tints of True V #835ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

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

R = 30.9%
G = 21.23%
B = 47.88%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835ACB (or 0x835ACB) is known color: True V. HEX triplet: 83, 5A and CB. RGB value is (131,90,203). Sum of RGB (Red+Green+Blue) = 131+90+203=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #835ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ACB is #7CA534. Grayscale: #727272. Windows color (decimal): -8168757 or 13326979. OLE color: 13326979.

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

Color convert

RGB 131 90 203 -
CMYK 0.35 0.56 0 0.20
HSL 261.77º 0.52% 0.57% -
HSV(B) 261.77º 0.56% 0.8% -
XYZ 23.8 16.45 58.42 -
YUV 115.14 177.58 139.31 -
System Red Green Blue C M Y K H S L
Decimal 131 90 203 0.35 0.56 0 0.20 261.77 0.52 0.57
Hex 83 5A CB 23 38 0 14 106 34 39
Octal 203 132 313 43 70 0 24 406 64 71
Binary 10000011 1011010 11001011 100011 111000 0 10100 100000110 110100 111001

Color Harmonies of #835ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835ACB

Black with #835ACB

Text Example


Text Example

White with #835ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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