Html Css Color HEX #9B299B Vivid Violet

📋 copy color: '#9B299B'

red 155 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #9B299B

Tints of Vivid Violet #9B299B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.68%

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

R = 44.16%
G = 11.68%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B299B (or 0x9B299B) is known color: Vivid Violet. HEX triplet: 9B, 29 and 9B. RGB value is (155,41,155). Sum of RGB (Red+Green+Blue) = 155+41+155=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B299B is #64D664. Grayscale: #575757. Windows color (decimal): -6608485 or 10168731. OLE color: 10168731.

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

Color convert

RGB 155 41 155 -
CMYK 0 0.74 0 0.39
HSL 300º 0.58% 0.38% -
HSV(B) 300º 0.74% 0.61% -
XYZ 20.23 10.92 32.05 -
YUV 88.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 155 41 155 0 0.74 0 0.39 300 0.58 0.38
Hex 9B 29 9B 0 4A 0 27 12C 3A 26
Octal 233 51 233 0 112 0 47 454 72 46
Binary 10011011 101001 10011011 0 1001010 0 100111 100101100 111010 100110

Color Harmonies of #9B299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B299B

Black with #9B299B

Text Example


Text Example

White with #9B299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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