Html Css Color HEX #9248CE Dark Orchid

📋 copy color: '#9248CE'

red 146 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #9248CE

Tints of Dark Orchid #9248CE

RGB

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

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

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

R = 34.43%
G = 16.98%
B = 48.58%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9248CE (or 0x9248CE) is known color: Dark Orchid. HEX triplet: 92, 48 and CE. RGB value is (146,72,206). Sum of RGB (Red+Green+Blue) = 146+72+206=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9248CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9248CE is #6DB731. Grayscale: #6C6C6C. Windows color (decimal): -7190322 or 13518994. OLE color: 13518994.

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

Color convert

RGB 146 72 206 -
CMYK 0.29 0.65 0 0.19
HSL 273.13º 0.58% 0.55% -
HSV(B) 273.13º 0.65% 0.81% -
XYZ 25.31 15.2 59.99 -
YUV 109.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 146 72 206 0.29 0.65 0 0.19 273.13 0.58 0.55
Hex 92 48 CE 1D 41 0 13 111 3A 37
Octal 222 110 316 35 101 0 23 421 72 67
Binary 10010010 1001000 11001110 11101 1000001 0 10011 100010001 111010 110111

Color Harmonies of #9248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9248CE

Black with #9248CE

Text Example


Text Example

White with #9248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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