Html Css Color HEX #9B3D96 Vivid Violet

📋 copy color: '#9B3D96'

red 155 ◦ green 61 ◦ blue 150

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

Shades of Vivid Violet #9B3D96

Tints of Vivid Violet #9B3D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 42.35%
G = 16.67%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B3D96 (or 0x9B3D96) is known color: Vivid Violet. HEX triplet: 9B, 3D and 96. RGB value is (155,61,150). Sum of RGB (Red+Green+Blue) = 155+61+150=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3D96 is #64C269. Grayscale: #626262. Windows color (decimal): -6603370 or 9846171. OLE color: 9846171.

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

Color convert

RGB 155 61 150 -
CMYK 0 0.61 0.03 0.39
HSL 303.19º 0.44% 0.42% -
HSV(B) 303.19º 0.61% 0.61% -
XYZ 20.69 12.51 30.18 -
YUV 99.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 155 61 150 0 0.61 0.03 0.39 303.19 0.44 0.42
Hex 9B 3D 96 0 3D 3 27 12F 2C 2A
Octal 233 75 226 0 75 3 47 457 54 52
Binary 10011011 111101 10010110 0 111101 11 100111 100101111 101100 101010

Color Harmonies of #9B3D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D96

Black with #9B3D96

Text Example


Text Example

White with #9B3D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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