Html Css Color HEX #9027BC Dark Orchid

📋 copy color: '#9027BC'

red 144 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #9027BC

Tints of Dark Orchid #9027BC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.51%

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 38.81%
G = 10.51%
B = 50.67%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9027BC (or 0x9027BC) is known color: Dark Orchid. HEX triplet: 90, 27 and BC. RGB value is (144,39,188). Sum of RGB (Red+Green+Blue) = 144+39+188=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #9027BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9027BC is #6FD843. Grayscale: #565656. Windows color (decimal): -7329860 or 12330896. OLE color: 12330896.

HSL color Cylindrical-coordinate representation of color #9027BC: hue angle of 282.28º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9027BC is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 39 188 -
CMYK 0.23 0.79 0 0.26
HSL 282.28º 0.66% 0.45% -
HSV(B) 282.28º 0.79% 0.74% -
XYZ 21.3 11.01 48.58 -
YUV 87.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 144 39 188 0.23 0.79 0 0.26 282.28 0.66 0.45
Hex 90 27 BC 17 4F 0 1A 11A 42 2D
Octal 220 47 274 27 117 0 32 432 102 55
Binary 10010000 100111 10111100 10111 1001111 0 11010 100011010 1000010 101101

Color Harmonies of #9027BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9027BC

Black with #9027BC

Text Example


Text Example

White with #9027BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9027BC; }

 p { color: rgb(144,39,188); }

 H1.HeaderClassName
 {
   color: #9027BC;
 }
 .AnyTagClassName
 {
   color: #9027BC;
 }
</style>

background-color css

<style>
 a { background-color: #9027BC; }

 a { background-color: rgb(144,39,188); }

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

border-color css

<style>
 span { border-color: #9027BC; }

 span { border-color: rgb(144,39,188); }

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