Html Css Color HEX #9246D0 Dark Orchid

📋 copy color: '#9246D0'

red 146 ◦ green 70 ◦ blue 208

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

Shades of Dark Orchid #9246D0

Tints of Dark Orchid #9246D0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 34.43%
G = 16.51%
B = 49.06%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9246D0 (or 0x9246D0) is known color: Dark Orchid. HEX triplet: 92, 46 and D0. RGB value is (146,70,208). Sum of RGB (Red+Green+Blue) = 146+70+208=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #9246D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9246D0 is #6DB92F. Grayscale: #6B6B6B. Windows color (decimal): -7190832 or 13649554. OLE color: 13649554.

HSL color Cylindrical-coordinate representation of color #9246D0: hue angle of 273.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9246D0 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 146 70 208 -
CMYK 0.30 0.66 0 0.18
HSL 273.04º 0.59% 0.55% -
HSV(B) 273.04º 0.66% 0.82% -
XYZ 25.43 15.05 61.24 -
YUV 108.46 184.18 154.78 -
System Red Green Blue C M Y K H S L
Decimal 146 70 208 0.30 0.66 0 0.18 273.04 0.59 0.55
Hex 92 46 D0 1E 42 0 12 111 3B 37
Octal 222 106 320 36 102 0 22 421 73 67
Binary 10010010 1000110 11010000 11110 1000010 0 10010 100010001 111011 110111

Color Harmonies of #9246D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9246D0

Black with #9246D0

Text Example


Text Example

White with #9246D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9246D0; }

 p { color: rgb(146,70,208); }

 H1.HeaderClassName
 {
   color: #9246D0;
 }
 .AnyTagClassName
 {
   color: #9246D0;
 }
</style>

background-color css

<style>
 a { background-color: #9246D0; }

 a { background-color: rgb(146,70,208); }

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

border-color css

<style>
 span { border-color: #9246D0; }

 span { border-color: rgb(146,70,208); }

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