Html Css Color HEX #9B256F Dark Purple

📋 copy color: '#9B256F'

red 155 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #9B256F

Tints of Dark Purple #9B256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.21%

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 51.16%
G = 12.21%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B256F (or 0x9B256F) is known color: Dark Purple. HEX triplet: 9B, 25 and 6F. RGB value is (155,37,111). Sum of RGB (Red+Green+Blue) = 155+37+111=303 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.16% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 155 - color contains mainly: red. Hex color #9B256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B256F is #64DA90. Grayscale: #505050. Windows color (decimal): -6609553 or 7284123. OLE color: 7284123.

HSL color Cylindrical-coordinate representation of color #9B256F: hue angle of 322.37º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B256F is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 111 -
CMYK 0 0.76 0.28 0.39
HSL 322.37º 0.61% 0.38% -
HSV(B) 322.37º 0.76% 0.61% -
XYZ 17.05 9.44 15.96 -
YUV 80.72 145.09 180.98 -
System Red Green Blue C M Y K H S L
Decimal 155 37 111 0 0.76 0.28 0.39 322.37 0.61 0.38
Hex 9B 25 6F 0 4C 1C 27 142 3D 26
Octal 233 45 157 0 114 34 47 502 75 46
Binary 10011011 100101 1101111 0 1001100 11100 100111 101000010 111101 100110

Color Harmonies of #9B256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B256F

Black with #9B256F

Text Example


Text Example

White with #9B256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,111); }

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

background-color css

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

 a { background-color: rgb(155,37,111); }

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

border-color css

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

 span { border-color: rgb(155,37,111); }

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