Html Css Color HEX #833CA0 Vivid Violet

📋 copy color: '#833CA0'

red 131 ◦ green 60 ◦ blue 160

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

Shades of Vivid Violet #833CA0

Tints of Vivid Violet #833CA0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.09%

 BLUE value IS 160 (62.89% from 255) = 45.58%

R = 37.32%
G = 17.09%
B = 45.58%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#833CA0 (or 0x833CA0) is known color: Vivid Violet. HEX triplet: 83, 3C and A0. RGB value is (131,60,160). Sum of RGB (Red+Green+Blue) = 131+60+160=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #833CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #833CA0 is #7CC35F. Grayscale: #5C5C5C. Windows color (decimal): -8176480 or 10501251. OLE color: 10501251.

HSL color Cylindrical-coordinate representation of color #833CA0: hue angle of 282.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833CA0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 60 160 -
CMYK 0.18 0.62 0 0.37
HSL 282.6º 0.45% 0.43% -
HSV(B) 282.6º 0.63% 0.63% -
XYZ 17.32 10.6 34.39 -
YUV 92.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 131 60 160 0.18 0.62 0 0.37 282.6 0.45 0.43
Hex 83 3C A0 12 3E 0 25 11B 2D 2B
Octal 203 74 240 22 76 0 45 433 55 53
Binary 10000011 111100 10100000 10010 111110 0 100101 100011011 101101 101011

Color Harmonies of #833CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833CA0

Black with #833CA0

Text Example


Text Example

White with #833CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833CA0; }

 p { color: rgb(131,60,160); }

 H1.HeaderClassName
 {
   color: #833CA0;
 }
 .AnyTagClassName
 {
   color: #833CA0;
 }
</style>

background-color css

<style>
 a { background-color: #833CA0; }

 a { background-color: rgb(131,60,160); }

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

border-color css

<style>
 span { border-color: #833CA0; }

 span { border-color: rgb(131,60,160); }

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