Html Css Color HEX #834285 Vivid Violet

📋 copy color: '#834285'

red 131 ◦ green 66 ◦ blue 133

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

Shades of Vivid Violet #834285

Tints of Vivid Violet #834285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 39.7%
G = 20%
B = 40.3%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#834285 (or 0x834285) is known color: Vivid Violet. HEX triplet: 83, 42 and 85. RGB value is (131,66,133). Sum of RGB (Red+Green+Blue) = 131+66+133=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #834285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834285 is #7CBD7A. Grayscale: #5C5C5C. Windows color (decimal): -8174971 or 8733315. OLE color: 8733315.

HSL color Cylindrical-coordinate representation of color #834285: hue angle of 298.21º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834285 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 66 133 -
CMYK 0.02 0.50 0 0.48
HSL 298.21º 0.34% 0.39% -
HSV(B) 298.21º 0.5% 0.52% -
XYZ 15.54 10.42 23.38 -
YUV 93.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 131 66 133 0.02 0.50 0 0.48 298.21 0.34 0.39
Hex 83 42 85 2 32 0 30 12A 22 27
Octal 203 102 205 2 62 0 60 452 42 47
Binary 10000011 1000010 10000101 10 110010 0 110000 100101010 100010 100111

Color Harmonies of #834285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834285

Black with #834285

Text Example


Text Example

White with #834285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834285; }

 p { color: rgb(131,66,133); }

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

background-color css

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

 a { background-color: rgb(131,66,133); }

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

border-color css

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

 span { border-color: rgb(131,66,133); }

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