Html Css Color HEX #902EBA Dark Orchid

📋 copy color: '#902EBA'

red 144 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #902EBA

Tints of Dark Orchid #902EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.23%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 38.3%
G = 12.23%
B = 49.47%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#902EBA (or 0x902EBA) is known color: Dark Orchid. HEX triplet: 90, 2E and BA. RGB value is (144,46,186). Sum of RGB (Red+Green+Blue) = 144+46+186=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #902EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902EBA is #6FD145. Grayscale: #5A5A5A. Windows color (decimal): -7328070 or 12201616. OLE color: 12201616.

HSL color Cylindrical-coordinate representation of color #902EBA: hue angle of 282º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #902EBA is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 46 186 -
CMYK 0.23 0.75 0 0.27
HSL 282º 0.6% 0.45% -
HSV(B) 282º 0.75% 0.73% -
XYZ 21.34 11.43 47.54 -
YUV 91.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 144 46 186 0.23 0.75 0 0.27 282 0.6 0.45
Hex 90 2E BA 17 4B 0 1B 11A 3C 2D
Octal 220 56 272 27 113 0 33 432 74 55
Binary 10010000 101110 10111010 10111 1001011 0 11011 100011010 111100 101101

Color Harmonies of #902EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902EBA

Black with #902EBA

Text Example


Text Example

White with #902EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,46,186); }

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

background-color css

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

 a { background-color: rgb(144,46,186); }

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

border-color css

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

 span { border-color: rgb(144,46,186); }

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