Html Css Color HEX #9340CF Dark Orchid

📋 copy color: '#9340CF'

red 147 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9340CF

Tints of Dark Orchid #9340CF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.31%

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 35.17%
G = 15.31%
B = 49.52%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9340CF (or 0x9340CF) is known color: Dark Orchid. HEX triplet: 93, 40 and CF. RGB value is (147,64,207). Sum of RGB (Red+Green+Blue) = 147+64+207=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #9340CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340CF is #6CBF30. Grayscale: #686868. Windows color (decimal): -7126833 or 13582483. OLE color: 13582483.

HSL color Cylindrical-coordinate representation of color #9340CF: hue angle of 274.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9340CF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 64 207 -
CMYK 0.29 0.69 0 0.19
HSL 274.83º 0.6% 0.53% -
HSV(B) 274.83º 0.69% 0.81% -
XYZ 25.13 14.37 60.48 -
YUV 105.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 147 64 207 0.29 0.69 0 0.19 274.83 0.6 0.53
Hex 93 40 CF 1D 45 0 13 113 3C 35
Octal 223 100 317 35 105 0 23 423 74 65
Binary 10010011 1000000 11001111 11101 1000101 0 10011 100010011 111100 110101

Color Harmonies of #9340CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9340CF

Black with #9340CF

Text Example


Text Example

White with #9340CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9340CF; }

 p { color: rgb(147,64,207); }

 H1.HeaderClassName
 {
   color: #9340CF;
 }
 .AnyTagClassName
 {
   color: #9340CF;
 }
</style>

background-color css

<style>
 a { background-color: #9340CF; }

 a { background-color: rgb(147,64,207); }

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

border-color css

<style>
 span { border-color: #9340CF; }

 span { border-color: rgb(147,64,207); }

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