Html Css Color HEX #9B3990 Vivid Violet

📋 copy color: '#9B3990'

red 155 ◦ green 57 ◦ blue 144

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

Shades of Vivid Violet #9B3990

Tints of Vivid Violet #9B3990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 43.54%
G = 16.01%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B3990 (or 0x9B3990) is known color: Vivid Violet. HEX triplet: 9B, 39 and 90. RGB value is (155,57,144). Sum of RGB (Red+Green+Blue) = 155+57+144=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3990 is #64C66F. Grayscale: #5F5F5F. Windows color (decimal): -6604400 or 9451931. OLE color: 9451931.

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

Color convert

RGB 155 57 144 -
CMYK 0 0.63 0.07 0.39
HSL 306.73º 0.46% 0.42% -
HSV(B) 306.73º 0.63% 0.61% -
XYZ 20.01 11.91 27.63 -
YUV 96.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 155 57 144 0 0.63 0.07 0.39 306.73 0.46 0.42
Hex 9B 39 90 0 3F 7 27 133 2E 2A
Octal 233 71 220 0 77 7 47 463 56 52
Binary 10011011 111001 10010000 0 111111 111 100111 100110011 101110 101010

Color Harmonies of #9B3990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3990

Black with #9B3990

Text Example


Text Example

White with #9B3990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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