Html Css Color HEX #9B2194 Dark Purple

📋 copy color: '#9B2194'

red 155 ◦ green 33 ◦ blue 148

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

Shades of Dark Purple #9B2194

Tints of Dark Purple #9B2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 46.13%
G = 9.82%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B2194 (or 0x9B2194) is known color: Dark Purple. HEX triplet: 9B, 21 and 94. RGB value is (155,33,148). Sum of RGB (Red+Green+Blue) = 155+33+148=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2194 is #64DE6B. Grayscale: #525252. Windows color (decimal): -6610540 or 9707931. OLE color: 9707931.

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

Color convert

RGB 155 33 148 -
CMYK 0 0.79 0.05 0.39
HSL 303.44º 0.65% 0.37% -
HSV(B) 303.44º 0.79% 0.61% -
XYZ 19.41 10.19 28.96 -
YUV 82.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 155 33 148 0 0.79 0.05 0.39 303.44 0.65 0.37
Hex 9B 21 94 0 4F 5 27 12F 41 25
Octal 233 41 224 0 117 5 47 457 101 45
Binary 10011011 100001 10010100 0 1001111 101 100111 100101111 1000001 100101

Color Harmonies of #9B2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2194

Black with #9B2194

Text Example


Text Example

White with #9B2194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,33,148); }

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

background-color css

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

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

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

border-color css

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

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

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