Html Css Color HEX #9A0E7B Dark Purple

📋 copy color: '#9A0E7B'

red 154 ◦ green 14 ◦ blue 123

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

Shades of Dark Purple #9A0E7B

Tints of Dark Purple #9A0E7B

RGB

 RED value IS 154 (60.55% from 255) = 52.92%

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 123 (48.44% from 255) = 42.27%

R = 52.92%
G = 4.81%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A0E7B (or 0x9A0E7B) is known color: Dark Purple. HEX triplet: 9A, 0E and 7B. RGB value is (154,14,123). Sum of RGB (Red+Green+Blue) = 154+14+123=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0E7B is #65F184. Grayscale: #434343. Windows color (decimal): -6680965 or 8064666. OLE color: 8064666.

HSL color Cylindrical-coordinate representation of color #9A0E7B: hue angle of 313.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E7B is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 14 123 -
CMYK 0 0.91 0.20 0.40
HSL 313.29º 0.83% 0.33% -
HSV(B) 313.29º 0.91% 0.6% -
XYZ 17.06 8.61 19.5 -
YUV 68.29 158.88 189.14 -
System Red Green Blue C M Y K H S L
Decimal 154 14 123 0 0.91 0.20 0.40 313.29 0.83 0.33
Hex 9A E 7B 0 5B 14 28 139 53 21
Octal 232 16 173 0 133 24 50 471 123 41
Binary 10011010 1110 1111011 0 1011011 10100 101000 100111001 1010011 100001

Color Harmonies of #9A0E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0E7B

Black with #9A0E7B

Text Example


Text Example

White with #9A0E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,14,123); }

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

background-color css

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

 a { background-color: rgb(154,14,123); }

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

border-color css

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

 span { border-color: rgb(154,14,123); }

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