Html Css Color HEX #993894 Vivid Violet

📋 copy color: '#993894'

red 153 ◦ green 56 ◦ blue 148

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

Shades of Vivid Violet #993894

Tints of Vivid Violet #993894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 42.86%
G = 15.69%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993894 (or 0x993894) is known color: Vivid Violet. HEX triplet: 99, 38 and 94. RGB value is (153,56,148). Sum of RGB (Red+Green+Blue) = 153+56+148=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993894 is #66C76B. Grayscale: #5F5F5F. Windows color (decimal): -6735724 or 9713817. OLE color: 9713817.

HSL color Cylindrical-coordinate representation of color #993894: hue angle of 303.09º 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 #993894 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 148 -
CMYK 0 0.63 0.03 0.4
HSL 303.09º 0.46% 0.41% -
HSV(B) 303.09º 0.63% 0.6% -
XYZ 19.9 11.74 29.23 -
YUV 95.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 153 56 148 0 0.63 0.03 0.4 303.09 0.46 0.41
Hex 99 38 94 0 3F 3 28 12F 2E 29
Octal 231 70 224 0 77 3 50 457 56 51
Binary 10011001 111000 10010100 0 111111 11 101000 100101111 101110 101001

Color Harmonies of #993894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993894

Black with #993894

Text Example


Text Example

White with #993894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993894; }

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

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

background-color css

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

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

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

border-color css

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

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

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