Html Css Color HEX #993BA7 Vivid Violet

📋 copy color: '#993BA7'

red 153 ◦ green 59 ◦ blue 167

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

Shades of Vivid Violet #993BA7

Tints of Vivid Violet #993BA7

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.57%

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 40.37%
G = 15.57%
B = 44.06%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#993BA7 (or 0x993BA7) is known color: Vivid Violet. HEX triplet: 99, 3B and A7. RGB value is (153,59,167). Sum of RGB (Red+Green+Blue) = 153+59+167=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #993BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BA7 is #66C458. Grayscale: #636363. Windows color (decimal): -6734937 or 10959769. OLE color: 10959769.

HSL color Cylindrical-coordinate representation of color #993BA7: hue angle of 292.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993BA7 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 59 167 -
CMYK 0.08 0.65 0 0.35
HSL 292.22º 0.48% 0.44% -
HSV(B) 292.22º 0.65% 0.65% -
XYZ 21.68 12.69 37.87 -
YUV 99.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 153 59 167 0.08 0.65 0 0.35 292.22 0.48 0.44
Hex 99 3B A7 8 41 0 23 124 30 2C
Octal 231 73 247 10 101 0 43 444 60 54
Binary 10011001 111011 10100111 1000 1000001 0 100011 100100100 110000 101100

Color Harmonies of #993BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BA7

Black with #993BA7

Text Example


Text Example

White with #993BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993BA7; }

 p { color: rgb(153,59,167); }

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

background-color css

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

 a { background-color: rgb(153,59,167); }

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

border-color css

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

 span { border-color: rgb(153,59,167); }

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