Html Css Color HEX #9028BB Dark Orchid

📋 copy color: '#9028BB'

red 144 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9028BB

Tints of Dark Orchid #9028BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.78%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 38.81%
G = 10.78%
B = 50.4%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9028BB (or 0x9028BB) is known color: Dark Orchid. HEX triplet: 90, 28 and BB. RGB value is (144,40,187). Sum of RGB (Red+Green+Blue) = 144+40+187=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #9028BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028BB is #6FD744. Grayscale: #575757. Windows color (decimal): -7329605 or 12265616. OLE color: 12265616.

HSL color Cylindrical-coordinate representation of color #9028BB: hue angle of 282.45º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9028BB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 40 187 -
CMYK 0.23 0.79 0 0.27
HSL 282.45º 0.65% 0.45% -
HSV(B) 282.45º 0.79% 0.73% -
XYZ 21.23 11.03 48.02 -
YUV 87.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 144 40 187 0.23 0.79 0 0.27 282.45 0.65 0.45
Hex 90 28 BB 17 4F 0 1B 11A 41 2D
Octal 220 50 273 27 117 0 33 432 101 55
Binary 10010000 101000 10111011 10111 1001111 0 11011 100011010 1000001 101101

Color Harmonies of #9028BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028BB

Black with #9028BB

Text Example


Text Example

White with #9028BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9028BB; }

 p { color: rgb(144,40,187); }

 H1.HeaderClassName
 {
   color: #9028BB;
 }
 .AnyTagClassName
 {
   color: #9028BB;
 }
</style>

background-color css

<style>
 a { background-color: #9028BB; }

 a { background-color: rgb(144,40,187); }

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

border-color css

<style>
 span { border-color: #9028BB; }

 span { border-color: rgb(144,40,187); }

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