Html Css Color HEX #9446CA Dark Orchid

📋 copy color: '#9446CA'

red 148 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #9446CA

Tints of Dark Orchid #9446CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

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

R = 35.24%
G = 16.67%
B = 48.1%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9446CA (or 0x9446CA) is known color: Dark Orchid. HEX triplet: 94, 46 and CA. RGB value is (148,70,202). Sum of RGB (Red+Green+Blue) = 148+70+202=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #9446CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9446CA is #6BB935. Grayscale: #6B6B6B. Windows color (decimal): -7059766 or 13256340. OLE color: 13256340.

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

Color convert

RGB 148 70 202 -
CMYK 0.27 0.65 0 0.21
HSL 275.45º 0.55% 0.53% -
HSV(B) 275.45º 0.65% 0.79% -
XYZ 25.06 14.94 57.44 -
YUV 108.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 148 70 202 0.27 0.65 0 0.21 275.45 0.55 0.53
Hex 94 46 CA 1B 41 0 15 113 37 35
Octal 224 106 312 33 101 0 25 423 67 65
Binary 10010100 1000110 11001010 11011 1000001 0 10101 100010011 110111 110101

Color Harmonies of #9446CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9446CA

Black with #9446CA

Text Example


Text Example

White with #9446CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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