Html Css Color HEX #9249DA Dark Orchid

📋 copy color: '#9249DA'

red 146 ◦ green 73 ◦ blue 218

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

Shades of Dark Orchid #9249DA

Tints of Dark Orchid #9249DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

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

R = 33.41%
G = 16.7%
B = 49.89%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9249DA (or 0x9249DA) is known color: Dark Orchid. HEX triplet: 92, 49 and DA. RGB value is (146,73,218). Sum of RGB (Red+Green+Blue) = 146+73+218=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #9249DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249DA is #6DB625. Grayscale: #6E6E6E. Windows color (decimal): -7190054 or 14305682. OLE color: 14305682.

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

Color convert

RGB 146 73 218 -
CMYK 0.33 0.67 0 0.15
HSL 270.21º 0.66% 0.57% -
HSV(B) 270.21º 0.67% 0.85% -
XYZ 26.89 15.94 67.99 -
YUV 111.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 146 73 218 0.33 0.67 0 0.15 270.21 0.66 0.57
Hex 92 49 DA 21 43 0 F 10E 42 39
Octal 222 111 332 41 103 0 17 416 102 71
Binary 10010010 1001001 11011010 100001 1000011 0 1111 100001110 1000010 111001

Color Harmonies of #9249DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249DA

Black with #9249DA

Text Example


Text Example

White with #9249DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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