Html Css Color HEX #9242DA Dark Orchid

📋 copy color: '#9242DA'

red 146 ◦ green 66 ◦ blue 218

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

Shades of Dark Orchid #9242DA

Tints of Dark Orchid #9242DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 33.95%
G = 15.35%
B = 50.7%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9242DA (or 0x9242DA) is known color: Dark Orchid. HEX triplet: 92, 42 and DA. RGB value is (146,66,218). Sum of RGB (Red+Green+Blue) = 146+66+218=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #9242DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242DA is #6DBD25. Grayscale: #6A6A6A. Windows color (decimal): -7191846 or 14303890. OLE color: 14303890.

HSL color Cylindrical-coordinate representation of color #9242DA: hue angle of 271.58º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9242DA is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 146 66 218 -
CMYK 0.33 0.70 0 0.15
HSL 271.58º 0.67% 0.56% -
HSV(B) 271.58º 0.7% 0.85% -
XYZ 26.46 15.07 67.84 -
YUV 107.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 146 66 218 0.33 0.70 0 0.15 271.58 0.67 0.56
Hex 92 42 DA 21 46 0 F 110 43 38
Octal 222 102 332 41 106 0 17 420 103 70
Binary 10010010 1000010 11011010 100001 1000110 0 1111 100010000 1000011 111000

Color Harmonies of #9242DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9242DA

Black with #9242DA

Text Example


Text Example

White with #9242DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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