Html Css Color HEX #9B398D Vivid Violet

📋 copy color: '#9B398D'

red 155 ◦ green 57 ◦ blue 141

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

Shades of Vivid Violet #9B398D

Tints of Vivid Violet #9B398D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 43.91%
G = 16.15%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B398D (or 0x9B398D) is known color: Vivid Violet. HEX triplet: 9B, 39 and 8D. RGB value is (155,57,141). Sum of RGB (Red+Green+Blue) = 155+57+141=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B398D is #64C672. Grayscale: #5F5F5F. Windows color (decimal): -6604403 or 9255323. OLE color: 9255323.

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

Color convert

RGB 155 57 141 -
CMYK 0 0.63 0.09 0.39
HSL 308.57º 0.46% 0.42% -
HSV(B) 308.57º 0.63% 0.61% -
XYZ 19.79 11.82 26.44 -
YUV 95.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 155 57 141 0 0.63 0.09 0.39 308.57 0.46 0.42
Hex 9B 39 8D 0 3F 9 27 135 2E 2A
Octal 233 71 215 0 77 11 47 465 56 52
Binary 10011011 111001 10001101 0 111111 1001 100111 100110101 101110 101010

Color Harmonies of #9B398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B398D

Black with #9B398D

Text Example


Text Example

White with #9B398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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