Html Css Color HEX #921CCF Dark Orchid

📋 copy color: '#921CCF'

red 146 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #921CCF

Tints of Dark Orchid #921CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 38.32%
G = 7.35%
B = 54.33%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#921CCF (or 0x921CCF) is known color: Dark Orchid. HEX triplet: 92, 1C and CF. RGB value is (146,28,207). Sum of RGB (Red+Green+Blue) = 146+28+207=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #921CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CCF is #6DE330. Grayscale: #535353. Windows color (decimal): -7201585 or 13573266. OLE color: 13573266.

HSL color Cylindrical-coordinate representation of color #921CCF: hue angle of 279.55º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921CCF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 146 28 207 -
CMYK 0.29 0.86 0 0.19
HSL 279.55º 0.76% 0.46% -
HSV(B) 279.55º 0.86% 0.81% -
XYZ 23.53 11.45 60 -
YUV 83.69 197.59 172.45 -
System Red Green Blue C M Y K H S L
Decimal 146 28 207 0.29 0.86 0 0.19 279.55 0.76 0.46
Hex 92 1C CF 1D 56 0 13 118 4C 2E
Octal 222 34 317 35 126 0 23 430 114 56
Binary 10010010 11100 11001111 11101 1010110 0 10011 100011000 1001100 101110

Color Harmonies of #921CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921CCF

Black with #921CCF

Text Example


Text Example

White with #921CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,28,207); }

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

background-color css

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

 a { background-color: rgb(146,28,207); }

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

border-color css

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

 span { border-color: rgb(146,28,207); }

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