Html Css Color HEX #835CCB True V

📋 copy color: '#835CCB'

red 131 ◦ green 92 ◦ blue 203

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

Shades of True V #835CCB

Tints of True V #835CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.6%

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

R = 30.75%
G = 21.6%
B = 47.65%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#835CCB (or 0x835CCB) is known color: True V. HEX triplet: 83, 5C and CB. RGB value is (131,92,203). Sum of RGB (Red+Green+Blue) = 131+92+203=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #835CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CCB is #7CA334. Grayscale: #737373. Windows color (decimal): -8168245 or 13327491. OLE color: 13327491.

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

Color convert

RGB 131 92 203 -
CMYK 0.35 0.55 0 0.20
HSL 261.08º 0.52% 0.58% -
HSV(B) 261.08º 0.55% 0.8% -
XYZ 23.97 16.79 58.48 -
YUV 116.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 131 92 203 0.35 0.55 0 0.20 261.08 0.52 0.58
Hex 83 5C CB 23 37 0 14 105 34 3A
Octal 203 134 313 43 67 0 24 405 64 72
Binary 10000011 1011100 11001011 100011 110111 0 10100 100000101 110100 111010

Color Harmonies of #835CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CCB

Black with #835CCB

Text Example


Text Example

White with #835CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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