Html Css Color HEX #902ABE Dark Orchid

📋 copy color: '#902ABE'

red 144 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #902ABE

Tints of Dark Orchid #902ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.17%

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

R = 38.3%
G = 11.17%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#902ABE (or 0x902ABE) is known color: Dark Orchid. HEX triplet: 90, 2A and BE. RGB value is (144,42,190). Sum of RGB (Red+Green+Blue) = 144+42+190=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #902ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ABE is #6FD541. Grayscale: #585858. Windows color (decimal): -7329090 or 12462736. OLE color: 12462736.

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

Color convert

RGB 144 42 190 -
CMYK 0.24 0.78 0 0.25
HSL 281.35º 0.64% 0.45% -
HSV(B) 281.35º 0.78% 0.75% -
XYZ 21.62 11.3 49.76 -
YUV 89.37 184.79 166.97 -
System Red Green Blue C M Y K H S L
Decimal 144 42 190 0.24 0.78 0 0.25 281.35 0.64 0.45
Hex 90 2A BE 18 4E 0 19 119 40 2D
Octal 220 52 276 30 116 0 31 431 100 55
Binary 10010000 101010 10111110 11000 1001110 0 11001 100011001 1000000 101101

Color Harmonies of #902ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902ABE

Black with #902ABE

Text Example


Text Example

White with #902ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902ABE; }

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

 H1.HeaderClassName
 {
   color: #902ABE;
 }
 .AnyTagClassName
 {
   color: #902ABE;
 }
</style>

background-color css

<style>
 a { background-color: #902ABE; }

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

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

border-color css

<style>
 span { border-color: #902ABE; }

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

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