Html Css Color HEX #9B379B Vivid Violet

📋 copy color: '#9B379B'

red 155 ◦ green 55 ◦ blue 155

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

Shades of Vivid Violet #9B379B

Tints of Vivid Violet #9B379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 42.47%
G = 15.07%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B379B (or 0x9B379B) is known color: Vivid Violet. HEX triplet: 9B, 37 and 9B. RGB value is (155,55,155). Sum of RGB (Red+Green+Blue) = 155+55+155=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B379B is #64C864. Grayscale: #5F5F5F. Windows color (decimal): -6604901 or 10172315. OLE color: 10172315.

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

Color convert

RGB 155 55 155 -
CMYK 0 0.65 0 0.39
HSL 300º 0.48% 0.41% -
HSV(B) 300º 0.65% 0.61% -
XYZ 20.8 12.07 32.24 -
YUV 96.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 155 55 155 0 0.65 0 0.39 300 0.48 0.41
Hex 9B 37 9B 0 41 0 27 12C 30 29
Octal 233 67 233 0 101 0 47 454 60 51
Binary 10011011 110111 10011011 0 1000001 0 100111 100101100 110000 101001

Color Harmonies of #9B379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B379B

Black with #9B379B

Text Example


Text Example

White with #9B379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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