Html Css Color HEX #9D369E Vivid Violet

📋 copy color: '#9D369E'

red 157 ◦ green 54 ◦ blue 158

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

Shades of Vivid Violet #9D369E

Tints of Vivid Violet #9D369E

RGB

 RED value IS 157 (61.72% from 255) = 42.55%

 GREEN value IS 54 (21.48% from 255) = 14.63%

 BLUE value IS 158 (62.11% from 255) = 42.82%

R = 42.55%
G = 14.63%
B = 42.82%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9D369E (or 0x9D369E) is known color: Vivid Violet. HEX triplet: 9D, 36 and 9E. RGB value is (157,54,158). Sum of RGB (Red+Green+Blue) = 157+54+158=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D369E is #62C961. Grayscale: #606060. Windows color (decimal): -6474082 or 10368669. OLE color: 10368669.

HSL color Cylindrical-coordinate representation of color #9D369E: hue angle of 299.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D369E is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 54 158 -
CMYK 0.01 0.66 0 0.38
HSL 299.42º 0.49% 0.42% -
HSV(B) 299.42º 0.66% 0.62% -
XYZ 21.4 12.28 33.59 -
YUV 96.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 157 54 158 0.01 0.66 0 0.38 299.42 0.49 0.42
Hex 9D 36 9E 1 42 0 26 12B 31 2A
Octal 235 66 236 1 102 0 46 453 61 52
Binary 10011101 110110 10011110 1 1000010 0 100110 100101011 110001 101010

Color Harmonies of #9D369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D369E

Black with #9D369E

Text Example


Text Example

White with #9D369E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D369E; }

 p { color: rgb(157,54,158); }

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

background-color css

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

 a { background-color: rgb(157,54,158); }

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

border-color css

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

 span { border-color: rgb(157,54,158); }

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