Html Css Color HEX #9028CF Dark Orchid

📋 copy color: '#9028CF'

red 144 ◦ green 40 ◦ blue 207

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

Shades of Dark Orchid #9028CF

Tints of Dark Orchid #9028CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 36.83%
G = 10.23%
B = 52.94%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9028CF (or 0x9028CF) is known color: Dark Orchid. HEX triplet: 90, 28 and CF. RGB value is (144,40,207). Sum of RGB (Red+Green+Blue) = 144+40+207=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #9028CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9028CF is #6FD730. Grayscale: #595959. Windows color (decimal): -7329585 or 13576336. OLE color: 13576336.

HSL color Cylindrical-coordinate representation of color #9028CF: hue angle of 277.37º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9028CF is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 40 207 -
CMYK 0.30 0.81 0 0.19
HSL 277.37º 0.68% 0.48% -
HSV(B) 277.37º 0.81% 0.81% -
XYZ 23.52 11.95 60.1 -
YUV 90.13 193.96 166.42 -
System Red Green Blue C M Y K H S L
Decimal 144 40 207 0.30 0.81 0 0.19 277.37 0.68 0.48
Hex 90 28 CF 1E 51 0 13 115 44 30
Octal 220 50 317 36 121 0 23 425 104 60
Binary 10010000 101000 11001111 11110 1010001 0 10011 100010101 1000100 110000

Color Harmonies of #9028CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028CF

Black with #9028CF

Text Example


Text Example

White with #9028CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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