Html Css Color HEX #9421CA Dark Orchid

📋 copy color: '#9421CA'

red 148 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #9421CA

Tints of Dark Orchid #9421CA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 38.64%
G = 8.62%
B = 52.74%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9421CA (or 0x9421CA) is known color: Dark Orchid. HEX triplet: 94, 21 and CA. RGB value is (148,33,202). Sum of RGB (Red+Green+Blue) = 148+33+202=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #9421CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9421CA is #6BDE35. Grayscale: #565656. Windows color (decimal): -7069238 or 13246868. OLE color: 13246868.

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

Color convert

RGB 148 33 202 -
CMYK 0.27 0.84 0 0.21
HSL 280.83º 0.72% 0.46% -
HSV(B) 280.83º 0.84% 0.79% -
XYZ 23.42 11.65 56.89 -
YUV 86.65 193.1 171.76 -
System Red Green Blue C M Y K H S L
Decimal 148 33 202 0.27 0.84 0 0.21 280.83 0.72 0.46
Hex 94 21 CA 1B 54 0 15 119 48 2E
Octal 224 41 312 33 124 0 25 431 110 56
Binary 10010100 100001 11001010 11011 1010100 0 10101 100011001 1001000 101110

Color Harmonies of #9421CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9421CA

Black with #9421CA

Text Example


Text Example

White with #9421CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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