Html Css Color HEX #9023B7 Dark Orchid

📋 copy color: '#9023B7'

red 144 ◦ green 35 ◦ blue 183

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

Shades of Dark Orchid #9023B7

Tints of Dark Orchid #9023B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.55%

R = 39.78%
G = 9.67%
B = 50.55%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#9023B7 (or 0x9023B7) is known color: Dark Orchid. HEX triplet: 90, 23 and B7. RGB value is (144,35,183). Sum of RGB (Red+Green+Blue) = 144+35+183=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #9023B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9023B7 is #6FDC48. Grayscale: #535353. Windows color (decimal): -7330889 or 12002192. OLE color: 12002192.

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

Color convert

RGB 144 35 183 -
CMYK 0.21 0.81 0 0.28
HSL 284.19º 0.68% 0.43% -
HSV(B) 284.19º 0.81% 0.72% -
XYZ 20.65 10.55 45.75 -
YUV 84.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 144 35 183 0.21 0.81 0 0.28 284.19 0.68 0.43
Hex 90 23 B7 15 51 0 1C 11C 44 2B
Octal 220 43 267 25 121 0 34 434 104 53
Binary 10010000 100011 10110111 10101 1010001 0 11100 100011100 1000100 101011

Color Harmonies of #9023B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023B7

Black with #9023B7

Text Example


Text Example

White with #9023B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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