Html Css Color HEX #9B339B Vivid Violet

📋 copy color: '#9B339B'

red 155 ◦ green 51 ◦ blue 155

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

Shades of Vivid Violet #9B339B

Tints of Vivid Violet #9B339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

 BLUE value IS 155 (60.94% from 255) = 42.94%

R = 42.94%
G = 14.13%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B339B (or 0x9B339B) is known color: Vivid Violet. HEX triplet: 9B, 33 and 9B. RGB value is (155,51,155). Sum of RGB (Red+Green+Blue) = 155+51+155=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B339B is #64CC64. Grayscale: #5D5D5D. Windows color (decimal): -6605925 or 10171291. OLE color: 10171291.

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

Color convert

RGB 155 51 155 -
CMYK 0 0.67 0 0.39
HSL 300º 0.5% 0.4% -
HSV(B) 300º 0.67% 0.61% -
XYZ 20.62 11.7 32.18 -
YUV 93.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 155 51 155 0 0.67 0 0.39 300 0.5 0.4
Hex 9B 33 9B 0 43 0 27 12C 32 28
Octal 233 63 233 0 103 0 47 454 62 50
Binary 10011011 110011 10011011 0 1000011 0 100111 100101100 110010 101000

Color Harmonies of #9B339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B339B

Black with #9B339B

Text Example


Text Example

White with #9B339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,155); }

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

background-color css

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

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

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

border-color css

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

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

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