Html Css Color HEX #9243DA Dark Orchid

📋 copy color: '#9243DA'

red 146 ◦ green 67 ◦ blue 218

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

Shades of Dark Orchid #9243DA

Tints of Dark Orchid #9243DA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 33.87%
G = 15.55%
B = 50.58%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9243DA (or 0x9243DA) is known color: Dark Orchid. HEX triplet: 92, 43 and DA. RGB value is (146,67,218). Sum of RGB (Red+Green+Blue) = 146+67+218=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #9243DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9243DA is #6DBC25. Grayscale: #6B6B6B. Windows color (decimal): -7191590 or 14304146. OLE color: 14304146.

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

Color convert

RGB 146 67 218 -
CMYK 0.33 0.69 0 0.15
HSL 271.39º 0.67% 0.56% -
HSV(B) 271.39º 0.69% 0.85% -
XYZ 26.52 15.19 67.86 -
YUV 107.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 146 67 218 0.33 0.69 0 0.15 271.39 0.67 0.56
Hex 92 43 DA 21 45 0 F 10F 43 38
Octal 222 103 332 41 105 0 17 417 103 70
Binary 10010010 1000011 11011010 100001 1000101 0 1111 100001111 1000011 111000

Color Harmonies of #9243DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9243DA

Black with #9243DA

Text Example


Text Example

White with #9243DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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