Html Css Color HEX #9023BA Dark Orchid

📋 copy color: '#9023BA'

red 144 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #9023BA

Tints of Dark Orchid #9023BA

RGB

 RED value IS 144 (56.64% from 255) = 39.45%

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

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 39.45%
G = 9.59%
B = 50.96%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9023BA (or 0x9023BA) is known color: Dark Orchid. HEX triplet: 90, 23 and BA. RGB value is (144,35,186). Sum of RGB (Red+Green+Blue) = 144+35+186=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #9023BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023BA is #6FDC45. Grayscale: #545454. Windows color (decimal): -7330886 or 12198800. OLE color: 12198800.

HSL color Cylindrical-coordinate representation of color #9023BA: hue angle of 283.31º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9023BA is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 35 186 -
CMYK 0.23 0.81 0 0.27
HSL 283.31º 0.68% 0.43% -
HSV(B) 283.31º 0.81% 0.73% -
XYZ 20.97 10.68 47.41 -
YUV 84.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 144 35 186 0.23 0.81 0 0.27 283.31 0.68 0.43
Hex 90 23 BA 17 51 0 1B 11B 44 2B
Octal 220 43 272 27 121 0 33 433 104 53
Binary 10010000 100011 10111010 10111 1010001 0 11011 100011011 1000100 101011

Color Harmonies of #9023BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023BA

Black with #9023BA

Text Example


Text Example

White with #9023BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9023BA; }

 p { color: rgb(144,35,186); }

 H1.HeaderClassName
 {
   color: #9023BA;
 }
 .AnyTagClassName
 {
   color: #9023BA;
 }
</style>

background-color css

<style>
 a { background-color: #9023BA; }

 a { background-color: rgb(144,35,186); }

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

border-color css

<style>
 span { border-color: #9023BA; }

 span { border-color: rgb(144,35,186); }

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