Html Css Color HEX #9B378F Vivid Violet

📋 copy color: '#9B378F'

red 155 ◦ green 55 ◦ blue 143

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

Shades of Vivid Violet #9B378F

Tints of Vivid Violet #9B378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 43.91%
G = 15.58%
B = 40.51%

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

#9B378F (or 0x9B378F) is known color: Vivid Violet. HEX triplet: 9B, 37 and 8F. RGB value is (155,55,143). Sum of RGB (Red+Green+Blue) = 155+55+143=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B378F is #64C870. Grayscale: #5E5E5E. Windows color (decimal): -6604913 or 9385883. OLE color: 9385883.

HSL color Cylindrical-coordinate representation of color #9B378F: hue angle of 307.2º 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 #9B378F is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 55 143 -
CMYK 0 0.65 0.08 0.39
HSL 307.2º 0.48% 0.41% -
HSV(B) 307.2º 0.65% 0.61% -
XYZ 19.84 11.68 27.2 -
YUV 94.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 155 55 143 0 0.65 0.08 0.39 307.2 0.48 0.41
Hex 9B 37 8F 0 41 8 27 133 30 29
Octal 233 67 217 0 101 10 47 463 60 51
Binary 10011011 110111 10001111 0 1000001 1000 100111 100110011 110000 101001

Color Harmonies of #9B378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B378F

Black with #9B378F

Text Example


Text Example

White with #9B378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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