Html Css Color HEX #9025BE Dark Orchid

📋 copy color: '#9025BE'

red 144 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #9025BE

Tints of Dark Orchid #9025BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.97%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 38.81%
G = 9.97%
B = 51.21%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9025BE (or 0x9025BE) is known color: Dark Orchid. HEX triplet: 90, 25 and BE. RGB value is (144,37,190). Sum of RGB (Red+Green+Blue) = 144+37+190=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9025BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9025BE is #6FDA41. Grayscale: #555555. Windows color (decimal): -7330370 or 12461456. OLE color: 12461456.

HSL color Cylindrical-coordinate representation of color #9025BE: hue angle of 281.96º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9025BE is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 37 190 -
CMYK 0.24 0.81 0 0.25
HSL 281.96º 0.67% 0.45% -
HSV(B) 281.96º 0.81% 0.75% -
XYZ 21.46 10.97 49.7 -
YUV 86.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 144 37 190 0.24 0.81 0 0.25 281.96 0.67 0.45
Hex 90 25 BE 18 51 0 19 11A 43 2D
Octal 220 45 276 30 121 0 31 432 103 55
Binary 10010000 100101 10111110 11000 1010001 0 11001 100011010 1000011 101101

Color Harmonies of #9025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9025BE

Black with #9025BE

Text Example


Text Example

White with #9025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9025BE; }

 p { color: rgb(144,37,190); }

 H1.HeaderClassName
 {
   color: #9025BE;
 }
 .AnyTagClassName
 {
   color: #9025BE;
 }
</style>

background-color css

<style>
 a { background-color: #9025BE; }

 a { background-color: rgb(144,37,190); }

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

border-color css

<style>
 span { border-color: #9025BE; }

 span { border-color: rgb(144,37,190); }

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