Html Css Color HEX #9438AF Dark Orchid

📋 copy color: '#9438AF'

red 148 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #9438AF

Tints of Dark Orchid #9438AF

RGB

 RED value IS 148 (58.2% from 255) = 39.05%

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

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

R = 39.05%
G = 14.78%
B = 46.17%

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

#9438AF (or 0x9438AF) is known color: Dark Orchid. HEX triplet: 94, 38 and AF. RGB value is (148,56,175). Sum of RGB (Red+Green+Blue) = 148+56+175=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #9438AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9438AF is #6BC750. Grayscale: #606060. Windows color (decimal): -7063377 or 11483284. OLE color: 11483284.

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

Color convert

RGB 148 56 175 -
CMYK 0.15 0.68 0 0.31
HSL 286.39º 0.52% 0.45% -
HSV(B) 286.39º 0.68% 0.69% -
XYZ 21.36 12.22 41.79 -
YUV 97.07 171.98 164.32 -
System Red Green Blue C M Y K H S L
Decimal 148 56 175 0.15 0.68 0 0.31 286.39 0.52 0.45
Hex 94 38 AF F 44 0 1F 11E 34 2D
Octal 224 70 257 17 104 0 37 436 64 55
Binary 10010100 111000 10101111 1111 1000100 0 11111 100011110 110100 101101

Color Harmonies of #9438AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9438AF

Black with #9438AF

Text Example


Text Example

White with #9438AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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