Html Css Color HEX #9028B2 Dark Orchid

📋 copy color: '#9028B2'

red 144 ◦ green 40 ◦ blue 178

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

Shades of Dark Orchid #9028B2

Tints of Dark Orchid #9028B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 49.17%

R = 39.78%
G = 11.05%
B = 49.17%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9028B2 (or 0x9028B2) is known color: Dark Orchid. HEX triplet: 90, 28 and B2. RGB value is (144,40,178). Sum of RGB (Red+Green+Blue) = 144+40+178=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #9028B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9028B2 is #6FD74D. Grayscale: #565656. Windows color (decimal): -7329614 or 11675792. OLE color: 11675792.

HSL color Cylindrical-coordinate representation of color #9028B2: hue angle of 285.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9028B2 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 144 40 178 -
CMYK 0.19 0.78 0 0.30
HSL 285.22º 0.63% 0.43% -
HSV(B) 285.22º 0.78% 0.7% -
XYZ 20.3 10.66 43.11 -
YUV 86.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 144 40 178 0.19 0.78 0 0.30 285.22 0.63 0.43
Hex 90 28 B2 13 4E 0 1E 11D 3F 2B
Octal 220 50 262 23 116 0 36 435 77 53
Binary 10010000 101000 10110010 10011 1001110 0 11110 100011101 111111 101011

Color Harmonies of #9028B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9028B2

Black with #9028B2

Text Example


Text Example

White with #9028B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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