Html Css Color HEX #9348CF Dark Orchid

📋 copy color: '#9348CF'

red 147 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #9348CF

Tints of Dark Orchid #9348CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

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

R = 34.51%
G = 16.9%
B = 48.59%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9348CF (or 0x9348CF) is known color: Dark Orchid. HEX triplet: 93, 48 and CF. RGB value is (147,72,207). Sum of RGB (Red+Green+Blue) = 147+72+207=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9348CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348CF is #6CB730. Grayscale: #6D6D6D. Windows color (decimal): -7124785 or 13584531. OLE color: 13584531.

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

Color convert

RGB 147 72 207 -
CMYK 0.29 0.65 0 0.19
HSL 273.33º 0.58% 0.55% -
HSV(B) 273.33º 0.65% 0.81% -
XYZ 25.61 15.34 60.64 -
YUV 109.82 182.85 154.52 -
System Red Green Blue C M Y K H S L
Decimal 147 72 207 0.29 0.65 0 0.19 273.33 0.58 0.55
Hex 93 48 CF 1D 41 0 13 111 3A 37
Octal 223 110 317 35 101 0 23 421 72 67
Binary 10010011 1001000 11001111 11101 1000001 0 10011 100010001 111010 110111

Color Harmonies of #9348CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9348CF

Black with #9348CF

Text Example


Text Example

White with #9348CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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