Html Css Color HEX #9244CE Dark Orchid

📋 copy color: '#9244CE'

red 146 ◦ green 68 ◦ blue 206

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

Shades of Dark Orchid #9244CE

Tints of Dark Orchid #9244CE

RGB

 RED value IS 146 (57.42% from 255) = 34.76%

 GREEN value IS 68 (26.95% from 255) = 16.19%

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

R = 34.76%
G = 16.19%
B = 49.05%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9244CE (or 0x9244CE) is known color: Dark Orchid. HEX triplet: 92, 44 and CE. RGB value is (146,68,206). Sum of RGB (Red+Green+Blue) = 146+68+206=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #9244CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244CE is #6DBB31. Grayscale: #6A6A6A. Windows color (decimal): -7191346 or 13517970. OLE color: 13517970.

HSL color Cylindrical-coordinate representation of color #9244CE: hue angle of 273.91º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9244CE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 68 206 -
CMYK 0.29 0.67 0 0.19
HSL 273.91º 0.58% 0.54% -
HSV(B) 273.91º 0.67% 0.81% -
XYZ 25.06 14.7 59.91 -
YUV 107.05 183.84 155.78 -
System Red Green Blue C M Y K H S L
Decimal 146 68 206 0.29 0.67 0 0.19 273.91 0.58 0.54
Hex 92 44 CE 1D 43 0 13 112 3A 36
Octal 222 104 316 35 103 0 23 422 72 66
Binary 10010010 1000100 11001110 11101 1000011 0 10011 100010010 111010 110110

Color Harmonies of #9244CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9244CE

Black with #9244CE

Text Example


Text Example

White with #9244CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9244CE; }

 p { color: rgb(146,68,206); }

 H1.HeaderClassName
 {
   color: #9244CE;
 }
 .AnyTagClassName
 {
   color: #9244CE;
 }
</style>

background-color css

<style>
 a { background-color: #9244CE; }

 a { background-color: rgb(146,68,206); }

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

border-color css

<style>
 span { border-color: #9244CE; }

 span { border-color: rgb(146,68,206); }

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