Html Css Color HEX #9121CD Dark Orchid

📋 copy color: '#9121CD'

red 145 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #9121CD

Tints of Dark Orchid #9121CD

RGB

 RED value IS 145 (57.03% from 255) = 37.86%

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 37.86%
G = 8.62%
B = 53.52%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9121CD (or 0x9121CD) is known color: Dark Orchid. HEX triplet: 91, 21 and CD. RGB value is (145,33,205). Sum of RGB (Red+Green+Blue) = 145+33+205=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #9121CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9121CD is #6EDE32. Grayscale: #555555. Windows color (decimal): -7265843 or 13443473. OLE color: 13443473.

HSL color Cylindrical-coordinate representation of color #9121CD: hue angle of 279.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9121CD is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 33 205 -
CMYK 0.29 0.84 0 0.20
HSL 279.07º 0.72% 0.47% -
HSV(B) 279.07º 0.84% 0.8% -
XYZ 23.24 11.52 58.76 -
YUV 86.1 195.11 170.01 -
System Red Green Blue C M Y K H S L
Decimal 145 33 205 0.29 0.84 0 0.20 279.07 0.72 0.47
Hex 91 21 CD 1D 54 0 14 117 48 2F
Octal 221 41 315 35 124 0 24 427 110 57
Binary 10010001 100001 11001101 11101 1010100 0 10100 100010111 1001000 101111

Color Harmonies of #9121CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9121CD

Black with #9121CD

Text Example


Text Example

White with #9121CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9121CD; }

 p { color: rgb(145,33,205); }

 H1.HeaderClassName
 {
   color: #9121CD;
 }
 .AnyTagClassName
 {
   color: #9121CD;
 }
</style>

background-color css

<style>
 a { background-color: #9121CD; }

 a { background-color: rgb(145,33,205); }

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

border-color css

<style>
 span { border-color: #9121CD; }

 span { border-color: rgb(145,33,205); }

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