Html Css Color HEX #9338AF Dark Orchid

📋 copy color: '#9338AF'

red 147 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #9338AF

Tints of Dark Orchid #9338AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 38.89%
G = 14.81%
B = 46.3%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9338AF (or 0x9338AF) is known color: Dark Orchid. HEX triplet: 93, 38 and AF. RGB value is (147,56,175). Sum of RGB (Red+Green+Blue) = 147+56+175=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #9338AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9338AF is #6CC750. Grayscale: #606060. Windows color (decimal): -7128913 or 11483283. OLE color: 11483283.

HSL color Cylindrical-coordinate representation of color #9338AF: hue angle of 285.88º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9338AF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 56 175 -
CMYK 0.16 0.68 0 0.31
HSL 285.88º 0.52% 0.45% -
HSV(B) 285.88º 0.68% 0.69% -
XYZ 21.18 12.13 41.78 -
YUV 96.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 147 56 175 0.16 0.68 0 0.31 285.88 0.52 0.45
Hex 93 38 AF 10 44 0 1F 11E 34 2D
Octal 223 70 257 20 104 0 37 436 64 55
Binary 10010011 111000 10101111 10000 1000100 0 11111 100011110 110100 101101

Color Harmonies of #9338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9338AF

Black with #9338AF

Text Example


Text Example

White with #9338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9338AF; }

 p { color: rgb(147,56,175); }

 H1.HeaderClassName
 {
   color: #9338AF;
 }
 .AnyTagClassName
 {
   color: #9338AF;
 }
</style>

background-color css

<style>
 a { background-color: #9338AF; }

 a { background-color: rgb(147,56,175); }

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

border-color css

<style>
 span { border-color: #9338AF; }

 span { border-color: rgb(147,56,175); }

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