Html Css Color HEX #9C338B Dark Purple

📋 copy color: '#9C338B'

red 156 ◦ green 51 ◦ blue 139

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

Shades of Dark Purple #9C338B

Tints of Dark Purple #9C338B

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

 GREEN value IS 51 (20.31% from 255) = 14.74%

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

R = 45.09%
G = 14.74%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C338B (or 0x9C338B) is known color: Dark Purple. HEX triplet: 9C, 33 and 8B. RGB value is (156,51,139). Sum of RGB (Red+Green+Blue) = 156+51+139=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C338B is #63CC74. Grayscale: #5C5C5C. Windows color (decimal): -6540405 or 9122716. OLE color: 9122716.

HSL color Cylindrical-coordinate representation of color #9C338B: hue angle of 309.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C338B is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 51 139 -
CMYK 0 0.67 0.11 0.39
HSL 309.71º 0.51% 0.41% -
HSV(B) 309.71º 0.67% 0.61% -
XYZ 19.55 11.3 25.58 -
YUV 92.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 156 51 139 0 0.67 0.11 0.39 309.71 0.51 0.41
Hex 9C 33 8B 0 43 B 27 136 33 29
Octal 234 63 213 0 103 13 47 466 63 51
Binary 10011100 110011 10001011 0 1000011 1011 100111 100110110 110011 101001

Color Harmonies of #9C338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C338B

Black with #9C338B

Text Example


Text Example

White with #9C338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,139); }

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

background-color css

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

 a { background-color: rgb(156,51,139); }

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

border-color css

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

 span { border-color: rgb(156,51,139); }

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