Html Css Color HEX #9249DB Dark Orchid

📋 copy color: '#9249DB'

red 146 ◦ green 73 ◦ blue 219

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

Shades of Dark Orchid #9249DB

Tints of Dark Orchid #9249DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9249DB (or 0x9249DB) is known color: Dark Orchid. HEX triplet: 92, 49 and DB. RGB value is (146,73,219). Sum of RGB (Red+Green+Blue) = 146+73+219=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9249DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249DB is #6DB624. Grayscale: #6E6E6E. Windows color (decimal): -7190053 or 14371218. OLE color: 14371218.

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

Color convert

RGB 146 73 219 -
CMYK 0.33 0.67 0 0.14
HSL 270º 0.67% 0.57% -
HSV(B) 270º 0.67% 0.86% -
XYZ 27.02 15.99 68.68 -
YUV 111.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 146 73 219 0.33 0.67 0 0.14 270 0.67 0.57
Hex 92 49 DB 21 43 0 E 10E 43 39
Octal 222 111 333 41 103 0 16 416 103 71
Binary 10010010 1001001 11011011 100001 1000011 0 1110 100001110 1000011 111001

Color Harmonies of #9249DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9249DB

Black with #9249DB

Text Example


Text Example

White with #9249DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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