Html Css Color HEX #9438CA Dark Orchid

📋 copy color: '#9438CA'

red 148 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #9438CA

Tints of Dark Orchid #9438CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 36.45%
G = 13.79%
B = 49.75%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9438CA (or 0x9438CA) is known color: Dark Orchid. HEX triplet: 94, 38 and CA. RGB value is (148,56,202). Sum of RGB (Red+Green+Blue) = 148+56+202=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #9438CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9438CA is #6BC735. Grayscale: #636363. Windows color (decimal): -7063350 or 13252756. OLE color: 13252756.

HSL color Cylindrical-coordinate representation of color #9438CA: hue angle of 277.81º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9438CA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 56 202 -
CMYK 0.27 0.72 0 0.21
HSL 277.81º 0.58% 0.51% -
HSV(B) 277.81º 0.72% 0.79% -
XYZ 24.29 13.39 57.18 -
YUV 100.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 148 56 202 0.27 0.72 0 0.21 277.81 0.58 0.51
Hex 94 38 CA 1B 48 0 15 116 3A 33
Octal 224 70 312 33 110 0 25 426 72 63
Binary 10010100 111000 11001010 11011 1001000 0 10101 100010110 111010 110011

Color Harmonies of #9438CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9438CA

Black with #9438CA

Text Example


Text Example

White with #9438CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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