Html Css Color HEX #9B399B Vivid Violet

📋 copy color: '#9B399B'

red 155 ◦ green 57 ◦ blue 155

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

Shades of Vivid Violet #9B399B

Tints of Vivid Violet #9B399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.53%

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

R = 42.23%
G = 15.53%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B399B (or 0x9B399B) is known color: Vivid Violet. HEX triplet: 9B, 39 and 9B. RGB value is (155,57,155). Sum of RGB (Red+Green+Blue) = 155+57+155=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B399B is #64C664. Grayscale: #616161. Windows color (decimal): -6604389 or 10172827. OLE color: 10172827.

HSL color Cylindrical-coordinate representation of color #9B399B: hue angle of 300º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B399B is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 57 155 -
CMYK 0 0.63 0 0.39
HSL 300º 0.46% 0.42% -
HSV(B) 300º 0.63% 0.61% -
XYZ 20.9 12.26 32.28 -
YUV 97.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 155 57 155 0 0.63 0 0.39 300 0.46 0.42
Hex 9B 39 9B 0 3F 0 27 12C 2E 2A
Octal 233 71 233 0 77 0 47 454 56 52
Binary 10011011 111001 10011011 0 111111 0 100111 100101100 101110 101010

Color Harmonies of #9B399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B399B

Black with #9B399B

Text Example


Text Example

White with #9B399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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