Html Css Color HEX #9242D8 Dark Orchid

📋 copy color: '#9242D8'

red 146 ◦ green 66 ◦ blue 216

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

Shades of Dark Orchid #9242D8

Tints of Dark Orchid #9242D8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

 BLUE value IS 216 (84.77% from 255) = 50.47%

R = 34.11%
G = 15.42%
B = 50.47%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9242D8 (or 0x9242D8) is known color: Dark Orchid. HEX triplet: 92, 42 and D8. RGB value is (146,66,216). Sum of RGB (Red+Green+Blue) = 146+66+216=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #9242D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242D8 is #6DBD27. Grayscale: #6A6A6A. Windows color (decimal): -7191848 or 14172818. OLE color: 14172818.

HSL color Cylindrical-coordinate representation of color #9242D8: hue angle of 272º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9242D8 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 66 216 -
CMYK 0.32 0.69 0 0.15
HSL 272º 0.66% 0.55% -
HSV(B) 272º 0.69% 0.85% -
XYZ 26.2 14.97 66.47 -
YUV 107.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 146 66 216 0.32 0.69 0 0.15 272 0.66 0.55
Hex 92 42 D8 20 45 0 F 110 42 37
Octal 222 102 330 40 105 0 17 420 102 67
Binary 10010010 1000010 11011000 100000 1000101 0 1111 100010000 1000010 110111

Color Harmonies of #9242D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9242D8

Black with #9242D8

Text Example


Text Example

White with #9242D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9242D8; }

 p { color: rgb(146,66,216); }

 H1.HeaderClassName
 {
   color: #9242D8;
 }
 .AnyTagClassName
 {
   color: #9242D8;
 }
</style>

background-color css

<style>
 a { background-color: #9242D8; }

 a { background-color: rgb(146,66,216); }

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

border-color css

<style>
 span { border-color: #9242D8; }

 span { border-color: rgb(146,66,216); }

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