Html Css Color HEX #9B3996 Vivid Violet

📋 copy color: '#9B3996'

red 155 ◦ green 57 ◦ blue 150

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

Shades of Vivid Violet #9B3996

Tints of Vivid Violet #9B3996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 42.82%
G = 15.75%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B3996 (or 0x9B3996) is known color: Vivid Violet. HEX triplet: 9B, 39 and 96. RGB value is (155,57,150). Sum of RGB (Red+Green+Blue) = 155+57+150=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3996 is #64C669. Grayscale: #606060. Windows color (decimal): -6604394 or 9845147. OLE color: 9845147.

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

Color convert

RGB 155 57 150 -
CMYK 0 0.63 0.03 0.39
HSL 303.06º 0.46% 0.42% -
HSV(B) 303.06º 0.63% 0.61% -
XYZ 20.49 12.1 30.11 -
YUV 96.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 155 57 150 0 0.63 0.03 0.39 303.06 0.46 0.42
Hex 9B 39 96 0 3F 3 27 12F 2E 2A
Octal 233 71 226 0 77 3 47 457 56 52
Binary 10011011 111001 10010110 0 111111 11 100111 100101111 101110 101010

Color Harmonies of #9B3996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3996

Black with #9B3996

Text Example


Text Example

White with #9B3996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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