Html Css Color HEX #9B2675 Dark Purple

📋 copy color: '#9B2675'

red 155 ◦ green 38 ◦ blue 117

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

Shades of Dark Purple #9B2675

Tints of Dark Purple #9B2675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 50%
G = 12.26%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B2675 (or 0x9B2675) is known color: Dark Purple. HEX triplet: 9B, 26 and 75. RGB value is (155,38,117). Sum of RGB (Red+Green+Blue) = 155+38+117=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B2675 is #64D98A. Grayscale: #515151. Windows color (decimal): -6609291 or 7677595. OLE color: 7677595.

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

Color convert

RGB 155 38 117 -
CMYK 0 0.75 0.25 0.39
HSL 319.49º 0.61% 0.38% -
HSV(B) 319.49º 0.75% 0.61% -
XYZ 17.42 9.64 17.77 -
YUV 81.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 155 38 117 0 0.75 0.25 0.39 319.49 0.61 0.38
Hex 9B 26 75 0 4B 19 27 13F 3D 26
Octal 233 46 165 0 113 31 47 477 75 46
Binary 10011011 100110 1110101 0 1001011 11001 100111 100111111 111101 100110

Color Harmonies of #9B2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2675

Black with #9B2675

Text Example


Text Example

White with #9B2675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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