Html Css Color HEX #9341DA Dark Orchid

📋 copy color: '#9341DA'

red 147 ◦ green 65 ◦ blue 218

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

Shades of Dark Orchid #9341DA

Tints of Dark Orchid #9341DA

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

 GREEN value IS 65 (25.78% from 255) = 15.12%

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

R = 34.19%
G = 15.12%
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

#9341DA (or 0x9341DA) is known color: Dark Orchid. HEX triplet: 93, 41 and DA. RGB value is (147,65,218). Sum of RGB (Red+Green+Blue) = 147+65+218=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 65 (25.78% from 255 or 15.12% 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 #9341DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341DA is #6CBE25. Grayscale: #6A6A6A. Windows color (decimal): -7126566 or 14303635. OLE color: 14303635.

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

Color convert

RGB 147 65 218 -
CMYK 0.33 0.70 0 0.15
HSL 272.16º 0.67% 0.55% -
HSV(B) 272.16º 0.7% 0.85% -
XYZ 26.58 15.05 67.83 -
YUV 106.96 190.67 156.56 -
System Red Green Blue C M Y K H S L
Decimal 147 65 218 0.33 0.70 0 0.15 272.16 0.67 0.55
Hex 93 41 DA 21 46 0 F 110 43 37
Octal 223 101 332 41 106 0 17 420 103 67
Binary 10010011 1000001 11011010 100001 1000110 0 1111 100010000 1000011 110111

Color Harmonies of #9341DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341DA

Black with #9341DA

Text Example


Text Example

White with #9341DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,65,218); }

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

background-color css

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

 a { background-color: rgb(147,65,218); }

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

border-color css

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

 span { border-color: rgb(147,65,218); }

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