Html Css Color HEX #9124B3 Dark Orchid

📋 copy color: '#9124B3'

red 145 ◦ green 36 ◦ blue 179

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

Shades of Dark Orchid #9124B3

Tints of Dark Orchid #9124B3

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 179 (70.31% from 255) = 49.72%

R = 40.28%
G = 10%
B = 49.72%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9124B3 (or 0x9124B3) is known color: Dark Orchid. HEX triplet: 91, 24 and B3. RGB value is (145,36,179). Sum of RGB (Red+Green+Blue) = 145+36+179=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #9124B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124B3 is #6EDB4C. Grayscale: #545454. Windows color (decimal): -7265101 or 11740305. OLE color: 11740305.

HSL color Cylindrical-coordinate representation of color #9124B3: hue angle of 285.73º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9124B3 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 145 36 179 -
CMYK 0.19 0.80 0 0.30
HSL 285.73º 0.67% 0.42% -
HSV(B) 285.73º 0.8% 0.7% -
XYZ 20.44 10.54 43.6 -
YUV 84.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 145 36 179 0.19 0.80 0 0.30 285.73 0.67 0.42
Hex 91 24 B3 13 50 0 1E 11E 43 2A
Octal 221 44 263 23 120 0 36 436 103 52
Binary 10010001 100100 10110011 10011 1010000 0 11110 100011110 1000011 101010

Color Harmonies of #9124B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9124B3

Black with #9124B3

Text Example


Text Example

White with #9124B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9124B3; }

 p { color: rgb(145,36,179); }

 H1.HeaderClassName
 {
   color: #9124B3;
 }
 .AnyTagClassName
 {
   color: #9124B3;
 }
</style>

background-color css

<style>
 a { background-color: #9124B3; }

 a { background-color: rgb(145,36,179); }

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

border-color css

<style>
 span { border-color: #9124B3; }

 span { border-color: rgb(145,36,179); }

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