Html Css Color HEX #9B267F Dark Purple

📋 copy color: '#9B267F'

red 155 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #9B267F

Tints of Dark Purple #9B267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 48.44%
G = 11.88%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9B267F (or 0x9B267F) is known color: Dark Purple. HEX triplet: 9B, 26 and 7F. RGB value is (155,38,127). Sum of RGB (Red+Green+Blue) = 155+38+127=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B267F is #64D980. Grayscale: #525252. Windows color (decimal): -6609281 or 8332955. OLE color: 8332955.

HSL color Cylindrical-coordinate representation of color #9B267F: hue angle of 314.36º 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 #9B267F is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 38 127 -
CMYK 0 0.75 0.18 0.39
HSL 314.36º 0.61% 0.38% -
HSV(B) 314.36º 0.75% 0.61% -
XYZ 18.04 9.89 21.04 -
YUV 83.13 152.76 179.26 -
System Red Green Blue C M Y K H S L
Decimal 155 38 127 0 0.75 0.18 0.39 314.36 0.61 0.38
Hex 9B 26 7F 0 4B 12 27 13A 3D 26
Octal 233 46 177 0 113 22 47 472 75 46
Binary 10011011 100110 1111111 0 1001011 10010 100111 100111010 111101 100110

Color Harmonies of #9B267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B267F

Black with #9B267F

Text Example


Text Example

White with #9B267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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