Html Css Color HEX #9B268B Dark Purple

📋 copy color: '#9B268B'

red 155 ◦ green 38 ◦ blue 139

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

Shades of Dark Purple #9B268B

Tints of Dark Purple #9B268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 46.69%
G = 11.45%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B268B (or 0x9B268B) is known color: Dark Purple. HEX triplet: 9B, 26 and 8B. RGB value is (155,38,139). Sum of RGB (Red+Green+Blue) = 155+38+139=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B268B is #64D974. Grayscale: #545454. Windows color (decimal): -6609269 or 9119387. OLE color: 9119387.

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

Color convert

RGB 155 38 139 -
CMYK 0 0.75 0.10 0.39
HSL 308.21º 0.61% 0.38% -
HSV(B) 308.21º 0.75% 0.61% -
XYZ 18.87 10.22 25.4 -
YUV 84.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 155 38 139 0 0.75 0.10 0.39 308.21 0.61 0.38
Hex 9B 26 8B 0 4B A 27 134 3D 26
Octal 233 46 213 0 113 12 47 464 75 46
Binary 10011011 100110 10001011 0 1001011 1010 100111 100110100 111101 100110

Color Harmonies of #9B268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B268B

Black with #9B268B

Text Example


Text Example

White with #9B268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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