Html Css Color HEX #902ECE Dark Orchid

📋 copy color: '#902ECE'

red 144 ◦ green 46 ◦ blue 206

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

Shades of Dark Orchid #902ECE

Tints of Dark Orchid #902ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 36.36%
G = 11.62%
B = 52.02%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#902ECE (or 0x902ECE) is known color: Dark Orchid. HEX triplet: 90, 2E and CE. RGB value is (144,46,206). Sum of RGB (Red+Green+Blue) = 144+46+206=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #902ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ECE is #6FD131. Grayscale: #5C5C5C. Windows color (decimal): -7328050 or 13512336. OLE color: 13512336.

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

Color convert

RGB 144 46 206 -
CMYK 0.30 0.78 0 0.19
HSL 276.75º 0.63% 0.49% -
HSV(B) 276.75º 0.78% 0.81% -
XYZ 23.62 12.34 59.53 -
YUV 93.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 144 46 206 0.30 0.78 0 0.19 276.75 0.63 0.49
Hex 90 2E CE 1E 4E 0 13 115 3F 31
Octal 220 56 316 36 116 0 23 425 77 61
Binary 10010000 101110 11001110 11110 1001110 0 10011 100010101 111111 110001

Color Harmonies of #902ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902ECE

Black with #902ECE

Text Example


Text Example

White with #902ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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