Html Css Color HEX #9B618F Violet Blue

📋 copy color: '#9B618F'

red 155 ◦ green 97 ◦ blue 143

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

Shades of Violet Blue #9B618F

Tints of Violet Blue #9B618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 39.24%
G = 24.56%
B = 36.2%

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

#9B618F (or 0x9B618F) is known color: Violet Blue. HEX triplet: 9B, 61 and 8F. RGB value is (155,97,143). Sum of RGB (Red+Green+Blue) = 155+97+143=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B618F is #649E70. Grayscale: #777777. Windows color (decimal): -6594161 or 9396635. OLE color: 9396635.

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

Color convert

RGB 155 97 143 -
CMYK 0 0.37 0.08 0.39
HSL 312.41º 0.23% 0.49% -
HSV(B) 312.41º 0.37% 0.61% -
XYZ 22.75 17.5 28.17 -
YUV 119.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 155 97 143 0 0.37 0.08 0.39 312.41 0.23 0.49
Hex 9B 61 8F 0 25 8 27 138 17 31
Octal 233 141 217 0 45 10 47 470 27 61
Binary 10011011 1100001 10001111 0 100101 1000 100111 100111000 10111 110001

Color Harmonies of #9B618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B618F

Black with #9B618F

Text Example


Text Example

White with #9B618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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