Html Css Color HEX #9438C8 Dark Orchid

📋 copy color: '#9438C8'

red 148 ◦ green 56 ◦ blue 200

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

Shades of Dark Orchid #9438C8

Tints of Dark Orchid #9438C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.5%

R = 36.63%
G = 13.86%
B = 49.5%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9438C8 (or 0x9438C8) is known color: Dark Orchid. HEX triplet: 94, 38 and C8. RGB value is (148,56,200). Sum of RGB (Red+Green+Blue) = 148+56+200=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #9438C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9438C8 is #6BC737. Grayscale: #636363. Windows color (decimal): -7063352 or 13121684. OLE color: 13121684.

HSL color Cylindrical-coordinate representation of color #9438C8: hue angle of 278.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9438C8 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 56 200 -
CMYK 0.26 0.72 0 0.22
HSL 278.33º 0.57% 0.5% -
HSV(B) 278.33º 0.72% 0.78% -
XYZ 24.05 13.29 55.94 -
YUV 99.92 184.48 162.29 -
System Red Green Blue C M Y K H S L
Decimal 148 56 200 0.26 0.72 0 0.22 278.33 0.57 0.5
Hex 94 38 C8 1A 48 0 16 116 39 32
Octal 224 70 310 32 110 0 26 426 71 62
Binary 10010100 111000 11001000 11010 1001000 0 10110 100010110 111001 110010

Color Harmonies of #9438C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9438C8

Black with #9438C8

Text Example


Text Example

White with #9438C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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