Html Css Color HEX #9129B4 Dark Orchid

📋 copy color: '#9129B4'

red 145 ◦ green 41 ◦ blue 180

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

Shades of Dark Orchid #9129B4

Tints of Dark Orchid #9129B4

RGB

 RED value IS 145 (57.03% from 255) = 39.62%

 GREEN value IS 41 (16.41% from 255) = 11.2%

 BLUE value IS 180 (70.7% from 255) = 49.18%

R = 39.62%
G = 11.2%
B = 49.18%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9129B4 (or 0x9129B4) is known color: Dark Orchid. HEX triplet: 91, 29 and B4. RGB value is (145,41,180). Sum of RGB (Red+Green+Blue) = 145+41+180=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #9129B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9129B4 is #6ED64B. Grayscale: #575757. Windows color (decimal): -7263820 or 11807121. OLE color: 11807121.

HSL color Cylindrical-coordinate representation of color #9129B4: hue angle of 284.89º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9129B4 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 41 180 -
CMYK 0.19 0.77 0 0.29
HSL 284.89º 0.63% 0.43% -
HSV(B) 284.89º 0.77% 0.71% -
XYZ 20.71 10.9 44.19 -
YUV 87.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 145 41 180 0.19 0.77 0 0.29 284.89 0.63 0.43
Hex 91 29 B4 13 4D 0 1D 11D 3F 2B
Octal 221 51 264 23 115 0 35 435 77 53
Binary 10010001 101001 10110100 10011 1001101 0 11101 100011101 111111 101011

Color Harmonies of #9129B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9129B4

Black with #9129B4

Text Example


Text Example

White with #9129B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9129B4; }

 p { color: rgb(145,41,180); }

 H1.HeaderClassName
 {
   color: #9129B4;
 }
 .AnyTagClassName
 {
   color: #9129B4;
 }
</style>

background-color css

<style>
 a { background-color: #9129B4; }

 a { background-color: rgb(145,41,180); }

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

border-color css

<style>
 span { border-color: #9129B4; }

 span { border-color: rgb(145,41,180); }

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