Html Css Color HEX #9B618E Violet Blue

📋 copy color: '#9B618E'

red 155 ◦ green 97 ◦ blue 142

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

Shades of Violet Blue #9B618E

Tints of Violet Blue #9B618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 39.34%
G = 24.62%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B618E (or 0x9B618E) is known color: Violet Blue. HEX triplet: 9B, 61 and 8E. RGB value is (155,97,142). Sum of RGB (Red+Green+Blue) = 155+97+142=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B618E is #649E71. Grayscale: #777777. Windows color (decimal): -6594162 or 9331099. OLE color: 9331099.

HSL color Cylindrical-coordinate representation of color #9B618E: hue angle of 313.45º 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 #9B618E is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 142 -
CMYK 0 0.37 0.08 0.39
HSL 313.45º 0.23% 0.49% -
HSV(B) 313.45º 0.37% 0.61% -
XYZ 22.67 17.47 27.77 -
YUV 119.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 155 97 142 0 0.37 0.08 0.39 313.45 0.23 0.49
Hex 9B 61 8E 0 25 8 27 139 17 31
Octal 233 141 216 0 45 10 47 471 27 61
Binary 10011011 1100001 10001110 0 100101 1000 100111 100111001 10111 110001

Color Harmonies of #9B618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B618E

Black with #9B618E

Text Example


Text Example

White with #9B618E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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