Html Css Color HEX #9B619B Violet Blue

📋 copy color: '#9B619B'

red 155 ◦ green 97 ◦ blue 155

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

Shades of Violet Blue #9B619B

Tints of Violet Blue #9B619B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.83%

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

R = 38.08%
G = 23.83%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B619B (or 0x9B619B) is known color: Violet Blue. HEX triplet: 9B, 61 and 9B. RGB value is (155,97,155). Sum of RGB (Red+Green+Blue) = 155+97+155=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B619B is #649E64. Grayscale: #787878. Windows color (decimal): -6594149 or 10183067. OLE color: 10183067.

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

Color convert

RGB 155 97 155 -
CMYK 0 0.37 0 0.39
HSL 300º 0.23% 0.49% -
HSV(B) 300º 0.37% 0.61% -
XYZ 23.71 17.88 33.21 -
YUV 120.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 155 97 155 0 0.37 0 0.39 300 0.23 0.49
Hex 9B 61 9B 0 25 0 27 12C 17 31
Octal 233 141 233 0 45 0 47 454 27 61
Binary 10011011 1100001 10011011 0 100101 0 100111 100101100 10111 110001

Color Harmonies of #9B619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B619B

Black with #9B619B

Text Example


Text Example

White with #9B619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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