Html Css Color HEX #9B369D Vivid Violet

📋 copy color: '#9B369D'

red 155 ◦ green 54 ◦ blue 157

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

Shades of Vivid Violet #9B369D

Tints of Vivid Violet #9B369D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 42.35%
G = 14.75%
B = 42.9%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B369D (or 0x9B369D) is known color: Vivid Violet. HEX triplet: 9B, 36 and 9D. RGB value is (155,54,157). Sum of RGB (Red+Green+Blue) = 155+54+157=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B369D is #64C962. Grayscale: #5F5F5F. Windows color (decimal): -6605155 or 10303131. OLE color: 10303131.

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

Color convert

RGB 155 54 157 -
CMYK 0.01 0.66 0 0.38
HSL 298.84º 0.49% 0.41% -
HSV(B) 298.84º 0.66% 0.62% -
XYZ 20.92 12.04 33.12 -
YUV 95.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 155 54 157 0.01 0.66 0 0.38 298.84 0.49 0.41
Hex 9B 36 9D 1 42 0 26 12B 31 29
Octal 233 66 235 1 102 0 46 453 61 51
Binary 10011011 110110 10011101 1 1000010 0 100110 100101011 110001 101001

Color Harmonies of #9B369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B369D

Black with #9B369D

Text Example


Text Example

White with #9B369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,157); }

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

background-color css

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

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

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

border-color css

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

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

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