Html Css Color HEX #921DC6 Dark Orchid

📋 copy color: '#921DC6'

red 146 ◦ green 29 ◦ blue 198

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

Shades of Dark Orchid #921DC6

Tints of Dark Orchid #921DC6

RGB

 RED value IS 146 (57.42% from 255) = 39.14%

 GREEN value IS 29 (11.72% from 255) = 7.77%

 BLUE value IS 198 (77.73% from 255) = 53.08%

R = 39.14%
G = 7.77%
B = 53.08%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#921DC6 (or 0x921DC6) is known color: Dark Orchid. HEX triplet: 92, 1D and C6. RGB value is (146,29,198). Sum of RGB (Red+Green+Blue) = 146+29+198=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #921DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DC6 is #6DE239. Grayscale: #525252. Windows color (decimal): -7201338 or 12983698. OLE color: 12983698.

HSL color Cylindrical-coordinate representation of color #921DC6: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921DC6 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 29 198 -
CMYK 0.26 0.85 0 0.22
HSL 281.54º 0.74% 0.45% -
HSV(B) 281.54º 0.85% 0.78% -
XYZ 22.49 11.07 54.38 -
YUV 83.25 192.76 172.76 -
System Red Green Blue C M Y K H S L
Decimal 146 29 198 0.26 0.85 0 0.22 281.54 0.74 0.45
Hex 92 1D C6 1A 55 0 16 11A 4A 2D
Octal 222 35 306 32 125 0 26 432 112 55
Binary 10010010 11101 11000110 11010 1010101 0 10110 100011010 1001010 101101

Color Harmonies of #921DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921DC6

Black with #921DC6

Text Example


Text Example

White with #921DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921DC6; }

 p { color: rgb(146,29,198); }

 H1.HeaderClassName
 {
   color: #921DC6;
 }
 .AnyTagClassName
 {
   color: #921DC6;
 }
</style>

background-color css

<style>
 a { background-color: #921DC6; }

 a { background-color: rgb(146,29,198); }

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

border-color css

<style>
 span { border-color: #921DC6; }

 span { border-color: rgb(146,29,198); }

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