Html Css Color HEX #9B6898 Violet Blue

📋 copy color: '#9B6898'

red 155 ◦ green 104 ◦ blue 152

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

Shades of Violet Blue #9B6898

Tints of Violet Blue #9B6898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 37.71%
G = 25.3%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B6898 (or 0x9B6898) is known color: Violet Blue. HEX triplet: 9B, 68 and 98. RGB value is (155,104,152). Sum of RGB (Red+Green+Blue) = 155+104+152=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6898 is #649767. Grayscale: #7C7C7C. Windows color (decimal): -6592360 or 9988251. OLE color: 9988251.

HSL color Cylindrical-coordinate representation of color #9B6898: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6898 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 152 -
CMYK 0 0.33 0.02 0.39
HSL 303.53º 0.2% 0.51% -
HSV(B) 303.53º 0.33% 0.61% -
XYZ 24.14 19.14 32.13 -
YUV 124.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 155 104 152 0 0.33 0.02 0.39 303.53 0.2 0.51
Hex 9B 68 98 0 21 2 27 130 14 33
Octal 233 150 230 0 41 2 47 460 24 63
Binary 10011011 1101000 10011000 0 100001 10 100111 100110000 10100 110011

Color Harmonies of #9B6898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6898

Black with #9B6898

Text Example


Text Example

White with #9B6898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,152); }

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

background-color css

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

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

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

border-color css

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

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

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