Html Css Color HEX #9B266F Dark Purple

📋 copy color: '#9B266F'

red 155 ◦ green 38 ◦ blue 111

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

Shades of Dark Purple #9B266F

Tints of Dark Purple #9B266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

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

R = 50.99%
G = 12.5%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B266F (or 0x9B266F) is known color: Dark Purple. HEX triplet: 9B, 26 and 6F. RGB value is (155,38,111). Sum of RGB (Red+Green+Blue) = 155+38+111=304 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.99% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 155 - color contains mainly: red. Hex color #9B266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B266F is #64D990. Grayscale: #515151. Windows color (decimal): -6609297 or 7284379. OLE color: 7284379.

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

Color convert

RGB 155 38 111 -
CMYK 0 0.75 0.28 0.39
HSL 322.56º 0.61% 0.38% -
HSV(B) 322.56º 0.75% 0.61% -
XYZ 17.08 9.5 15.97 -
YUV 81.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 155 38 111 0 0.75 0.28 0.39 322.56 0.61 0.38
Hex 9B 26 6F 0 4B 1C 27 143 3D 26
Octal 233 46 157 0 113 34 47 503 75 46
Binary 10011011 100110 1101111 0 1001011 11100 100111 101000011 111101 100110

Color Harmonies of #9B266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B266F

Black with #9B266F

Text Example


Text Example

White with #9B266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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