Html Css Color HEX #9B418C Violet Blue

📋 copy color: '#9B418C'

red 155 ◦ green 65 ◦ blue 140

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

Shades of Violet Blue #9B418C

Tints of Violet Blue #9B418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 43.06%
G = 18.06%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B418C (or 0x9B418C) is known color: Violet Blue. HEX triplet: 9B, 41 and 8C. RGB value is (155,65,140). Sum of RGB (Red+Green+Blue) = 155+65+140=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B418C is #64BE73. Grayscale: #646464. Windows color (decimal): -6602356 or 9191835. OLE color: 9191835.

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

Color convert

RGB 155 65 140 -
CMYK 0 0.58 0.10 0.39
HSL 310º 0.41% 0.43% -
HSV(B) 310º 0.58% 0.61% -
XYZ 20.14 12.64 26.19 -
YUV 100.46 150.32 166.9 -
System Red Green Blue C M Y K H S L
Decimal 155 65 140 0 0.58 0.10 0.39 310 0.41 0.43
Hex 9B 41 8C 0 3A A 27 136 29 2B
Octal 233 101 214 0 72 12 47 466 51 53
Binary 10011011 1000001 10001100 0 111010 1010 100111 100110110 101001 101011

Color Harmonies of #9B418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B418C

Black with #9B418C

Text Example


Text Example

White with #9B418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,140); }

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

background-color css

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

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

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

border-color css

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

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

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