Html Css Color HEX #9123CA Dark Orchid

📋 copy color: '#9123CA'

red 145 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #9123CA

Tints of Dark Orchid #9123CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

 BLUE value IS 202 (79.3% from 255) = 52.88%

R = 37.96%
G = 9.16%
B = 52.88%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9123CA (or 0x9123CA) is known color: Dark Orchid. HEX triplet: 91, 23 and CA. RGB value is (145,35,202). Sum of RGB (Red+Green+Blue) = 145+35+202=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 202 (79.30% from 255 or 52.88% from 382); Max value from RGB is 202 - color contains mainly: blue. Hex color #9123CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9123CA is #6EDC35. Grayscale: #565656. Windows color (decimal): -7265334 or 13247377. OLE color: 13247377.

HSL color Cylindrical-coordinate representation of color #9123CA: hue angle of 279.52º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9123CA is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 145 35 202 -
CMYK 0.28 0.83 0 0.21
HSL 279.52º 0.7% 0.46% -
HSV(B) 279.52º 0.83% 0.79% -
XYZ 22.94 11.49 56.89 -
YUV 86.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 145 35 202 0.28 0.83 0 0.21 279.52 0.7 0.46
Hex 91 23 CA 1C 53 0 15 118 46 2E
Octal 221 43 312 34 123 0 25 430 106 56
Binary 10010001 100011 11001010 11100 1010011 0 10101 100011000 1000110 101110

Color Harmonies of #9123CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9123CA

Black with #9123CA

Text Example


Text Example

White with #9123CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9123CA; }

 p { color: rgb(145,35,202); }

 H1.HeaderClassName
 {
   color: #9123CA;
 }
 .AnyTagClassName
 {
   color: #9123CA;
 }
</style>

background-color css

<style>
 a { background-color: #9123CA; }

 a { background-color: rgb(145,35,202); }

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

border-color css

<style>
 span { border-color: #9123CA; }

 span { border-color: rgb(145,35,202); }

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