Html Css Color HEX #9B359B Vivid Violet

📋 copy color: '#9B359B'

red 155 ◦ green 53 ◦ blue 155

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

Shades of Vivid Violet #9B359B

Tints of Vivid Violet #9B359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 42.7%
G = 14.6%
B = 42.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B359B (or 0x9B359B) is known color: Vivid Violet. HEX triplet: 9B, 35 and 9B. RGB value is (155,53,155). Sum of RGB (Red+Green+Blue) = 155+53+155=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B359B is #64CA64. Grayscale: #5E5E5E. Windows color (decimal): -6605413 or 10171803. OLE color: 10171803.

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

Color convert

RGB 155 53 155 -
CMYK 0 0.66 0 0.39
HSL 300º 0.49% 0.41% -
HSV(B) 300º 0.66% 0.61% -
XYZ 20.71 11.88 32.21 -
YUV 95.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 155 53 155 0 0.66 0 0.39 300 0.49 0.41
Hex 9B 35 9B 0 42 0 27 12C 31 29
Octal 233 65 233 0 102 0 47 454 61 51
Binary 10011011 110101 10011011 0 1000010 0 100111 100101100 110001 101001

Color Harmonies of #9B359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B359B

Black with #9B359B

Text Example


Text Example

White with #9B359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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