Html Css Color HEX #9538AF Dark Orchid

📋 copy color: '#9538AF'

red 149 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #9538AF

Tints of Dark Orchid #9538AF

RGB

 RED value IS 149 (58.59% from 255) = 39.21%

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

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

R = 39.21%
G = 14.74%
B = 46.05%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9538AF (or 0x9538AF) is known color: Dark Orchid. HEX triplet: 95, 38 and AF. RGB value is (149,56,175). Sum of RGB (Red+Green+Blue) = 149+56+175=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #9538AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9538AF is #6AC750. Grayscale: #606060. Windows color (decimal): -6997841 or 11483285. OLE color: 11483285.

HSL color Cylindrical-coordinate representation of color #9538AF: hue angle of 286.89º 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 #9538AF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 56 175 -
CMYK 0.15 0.68 0 0.31
HSL 286.89º 0.52% 0.45% -
HSV(B) 286.89º 0.68% 0.69% -
XYZ 21.55 12.31 41.8 -
YUV 97.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 149 56 175 0.15 0.68 0 0.31 286.89 0.52 0.45
Hex 95 38 AF F 44 0 1F 11F 34 2D
Octal 225 70 257 17 104 0 37 437 64 55
Binary 10010101 111000 10101111 1111 1000100 0 11111 100011111 110100 101101

Color Harmonies of #9538AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9538AF

Black with #9538AF

Text Example


Text Example

White with #9538AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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