Html Css Color HEX #9B2294 Dark Purple

📋 copy color: '#9B2294'

red 155 ◦ green 34 ◦ blue 148

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

Shades of Dark Purple #9B2294

Tints of Dark Purple #9B2294

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 45.99%
G = 10.09%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B2294 (or 0x9B2294) is known color: Dark Purple. HEX triplet: 9B, 22 and 94. RGB value is (155,34,148). Sum of RGB (Red+Green+Blue) = 155+34+148=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2294 is #64DD6B. Grayscale: #525252. Windows color (decimal): -6610284 or 9708187. OLE color: 9708187.

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

Color convert

RGB 155 34 148 -
CMYK 0 0.78 0.05 0.39
HSL 303.47º 0.64% 0.37% -
HSV(B) 303.47º 0.78% 0.61% -
XYZ 19.43 10.25 28.97 -
YUV 83.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 155 34 148 0 0.78 0.05 0.39 303.47 0.64 0.37
Hex 9B 22 94 0 4E 5 27 12F 40 25
Octal 233 42 224 0 116 5 47 457 100 45
Binary 10011011 100010 10010100 0 1001110 101 100111 100101111 1000000 100101

Color Harmonies of #9B2294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2294

Black with #9B2294

Text Example


Text Example

White with #9B2294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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