Html Css Color HEX #9248DB Dark Orchid

📋 copy color: '#9248DB'

red 146 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #9248DB

Tints of Dark Orchid #9248DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

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

R = 33.41%
G = 16.48%
B = 50.11%

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

#9248DB (or 0x9248DB) is known color: Dark Orchid. HEX triplet: 92, 48 and DB. RGB value is (146,72,219). Sum of RGB (Red+Green+Blue) = 146+72+219=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9248DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248DB is #6DB724. Grayscale: #6E6E6E. Windows color (decimal): -7190309 or 14370962. OLE color: 14370962.

HSL color Cylindrical-coordinate representation of color #9248DB: hue angle of 270.2º 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 #9248DB is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 72 219 -
CMYK 0.33 0.67 0 0.14
HSL 270.2º 0.67% 0.57% -
HSV(B) 270.2º 0.67% 0.86% -
XYZ 26.96 15.86 68.66 -
YUV 110.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 146 72 219 0.33 0.67 0 0.14 270.2 0.67 0.57
Hex 92 48 DB 21 43 0 E 10E 43 39
Octal 222 110 333 41 103 0 16 416 103 71
Binary 10010010 1001000 11011011 100001 1000011 0 1110 100001110 1000011 111001

Color Harmonies of #9248DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248DB

Black with #9248DB

Text Example


Text Example

White with #9248DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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