Html Css Color HEX #993892 Vivid Violet

📋 copy color: '#993892'

red 153 ◦ green 56 ◦ blue 146

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

Shades of Vivid Violet #993892

Tints of Vivid Violet #993892

RGB

 RED value IS 153 (60.16% from 255) = 43.1%

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 43.1%
G = 15.77%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993892 (or 0x993892) is known color: Vivid Violet. HEX triplet: 99, 38 and 92. RGB value is (153,56,146). Sum of RGB (Red+Green+Blue) = 153+56+146=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993892 is #66C76D. Grayscale: #5F5F5F. Windows color (decimal): -6735726 or 9582745. OLE color: 9582745.

HSL color Cylindrical-coordinate representation of color #993892: hue angle of 304.33º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993892 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 146 -
CMYK 0 0.63 0.05 0.4
HSL 304.33º 0.46% 0.41% -
HSV(B) 304.33º 0.63% 0.6% -
XYZ 19.74 11.68 28.41 -
YUV 95.26 156.64 169.18 -
System Red Green Blue C M Y K H S L
Decimal 153 56 146 0 0.63 0.05 0.4 304.33 0.46 0.41
Hex 99 38 92 0 3F 5 28 130 2E 29
Octal 231 70 222 0 77 5 50 460 56 51
Binary 10011001 111000 10010010 0 111111 101 101000 100110000 101110 101001

Color Harmonies of #993892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993892

Black with #993892

Text Example


Text Example

White with #993892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993892; }

 p { color: rgb(153,56,146); }

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

background-color css

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

 a { background-color: rgb(153,56,146); }

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

border-color css

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

 span { border-color: rgb(153,56,146); }

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