Html Css Color HEX #9B378E Vivid Violet

📋 copy color: '#9B378E'

red 155 ◦ green 55 ◦ blue 142

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

Shades of Vivid Violet #9B378E

Tints of Vivid Violet #9B378E

RGB

 RED value IS 155 (60.94% from 255) = 44.03%

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 44.03%
G = 15.63%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B378E (or 0x9B378E) is known color: Vivid Violet. HEX triplet: 9B, 37 and 8E. RGB value is (155,55,142). Sum of RGB (Red+Green+Blue) = 155+55+142=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B378E is #64C871. Grayscale: #5E5E5E. Windows color (decimal): -6604914 or 9320347. OLE color: 9320347.

HSL color Cylindrical-coordinate representation of color #9B378E: hue angle of 307.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B378E is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 55 142 -
CMYK 0 0.65 0.08 0.39
HSL 307.8º 0.48% 0.41% -
HSV(B) 307.8º 0.65% 0.61% -
XYZ 19.77 11.65 26.8 -
YUV 94.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 155 55 142 0 0.65 0.08 0.39 307.8 0.48 0.41
Hex 9B 37 8E 0 41 8 27 134 30 29
Octal 233 67 216 0 101 10 47 464 60 51
Binary 10011011 110111 10001110 0 1000001 1000 100111 100110100 110000 101001

Color Harmonies of #9B378E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B378E

Black with #9B378E

Text Example


Text Example

White with #9B378E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,142); }

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

background-color css

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

 a { background-color: rgb(155,55,142); }

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

border-color css

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

 span { border-color: rgb(155,55,142); }

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