Html Css Color HEX #9B398E Vivid Violet

📋 copy color: '#9B398E'

red 155 ◦ green 57 ◦ blue 142

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

Shades of Vivid Violet #9B398E

Tints of Vivid Violet #9B398E

RGB

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

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

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

R = 43.79%
G = 16.1%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B398E (or 0x9B398E) is known color: Vivid Violet. HEX triplet: 9B, 39 and 8E. RGB value is (155,57,142). Sum of RGB (Red+Green+Blue) = 155+57+142=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B398E is #64C671. Grayscale: #5F5F5F. Windows color (decimal): -6604402 or 9320859. OLE color: 9320859.

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

Color convert

RGB 155 57 142 -
CMYK 0 0.63 0.08 0.39
HSL 307.96º 0.46% 0.42% -
HSV(B) 307.96º 0.63% 0.61% -
XYZ 19.86 11.85 26.83 -
YUV 95.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 155 57 142 0 0.63 0.08 0.39 307.96 0.46 0.42
Hex 9B 39 8E 0 3F 8 27 134 2E 2A
Octal 233 71 216 0 77 10 47 464 56 52
Binary 10011011 111001 10001110 0 111111 1000 100111 100110100 101110 101010

Color Harmonies of #9B398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B398E

Black with #9B398E

Text Example


Text Example

White with #9B398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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