Html Css Color HEX #852993 Vivid Violet

📋 copy color: '#852993'

red 133 ◦ green 41 ◦ blue 147

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

Shades of Vivid Violet #852993

Tints of Vivid Violet #852993

RGB

 RED value IS 133 (52.34% from 255) = 41.43%

 GREEN value IS 41 (16.41% from 255) = 12.77%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 41.43%
G = 12.77%
B = 45.79%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#852993 (or 0x852993) is known color: Vivid Violet. HEX triplet: 85, 29 and 93. RGB value is (133,41,147). Sum of RGB (Red+Green+Blue) = 133+41+147=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #852993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852993 is #7AD66C. Grayscale: #505050. Windows color (decimal): -8050285 or 9644421. OLE color: 9644421.

HSL color Cylindrical-coordinate representation of color #852993: hue angle of 292.08º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852993 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 41 147 -
CMYK 0.10 0.72 0 0.42
HSL 292.08º 0.56% 0.37% -
HSV(B) 292.08º 0.72% 0.58% -
XYZ 15.73 8.68 28.45 -
YUV 80.59 165.48 165.38 -
System Red Green Blue C M Y K H S L
Decimal 133 41 147 0.10 0.72 0 0.42 292.08 0.56 0.37
Hex 85 29 93 A 48 0 2A 124 38 25
Octal 205 51 223 12 110 0 52 444 70 45
Binary 10000101 101001 10010011 1010 1001000 0 101010 100100100 111000 100101

Color Harmonies of #852993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852993

Black with #852993

Text Example


Text Example

White with #852993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852993; }

 p { color: rgb(133,41,147); }

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

background-color css

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

 a { background-color: rgb(133,41,147); }

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

border-color css

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

 span { border-color: rgb(133,41,147); }

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