Html Css Color HEX #9244DA Dark Orchid

📋 copy color: '#9244DA'

red 146 ◦ green 68 ◦ blue 218

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

Shades of Dark Orchid #9244DA

Tints of Dark Orchid #9244DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 33.8%
G = 15.74%
B = 50.46%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9244DA (or 0x9244DA) is known color: Dark Orchid. HEX triplet: 92, 44 and DA. RGB value is (146,68,218). Sum of RGB (Red+Green+Blue) = 146+68+218=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #9244DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9244DA is #6DBB25. Grayscale: #6B6B6B. Windows color (decimal): -7191334 or 14304402. OLE color: 14304402.

HSL color Cylindrical-coordinate representation of color #9244DA: hue angle of 271.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9244DA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 68 218 -
CMYK 0.33 0.69 0 0.15
HSL 271.2º 0.67% 0.56% -
HSV(B) 271.2º 0.69% 0.85% -
XYZ 26.58 15.31 67.88 -
YUV 108.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 146 68 218 0.33 0.69 0 0.15 271.2 0.67 0.56
Hex 92 44 DA 21 45 0 F 10F 43 38
Octal 222 104 332 41 105 0 17 417 103 70
Binary 10010010 1000100 11011010 100001 1000101 0 1111 100001111 1000011 111000

Color Harmonies of #9244DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9244DA

Black with #9244DA

Text Example


Text Example

White with #9244DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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