Html Css Color HEX #921CCA Dark Orchid

📋 copy color: '#921CCA'

red 146 ◦ green 28 ◦ blue 202

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

Shades of Dark Orchid #921CCA

Tints of Dark Orchid #921CCA

RGB

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

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

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

R = 38.83%
G = 7.45%
B = 53.72%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#921CCA (or 0x921CCA) is known color: Dark Orchid. HEX triplet: 92, 1C and CA. RGB value is (146,28,202). Sum of RGB (Red+Green+Blue) = 146+28+202=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #921CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921CCA is #6DE335. Grayscale: #525252. Windows color (decimal): -7201590 or 13245586. OLE color: 13245586.

HSL color Cylindrical-coordinate representation of color #921CCA: hue angle of 280.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921CCA is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 28 202 -
CMYK 0.28 0.86 0 0.21
HSL 280.69º 0.76% 0.45% -
HSV(B) 280.69º 0.86% 0.79% -
XYZ 22.93 11.21 56.83 -
YUV 83.12 195.09 172.85 -
System Red Green Blue C M Y K H S L
Decimal 146 28 202 0.28 0.86 0 0.21 280.69 0.76 0.45
Hex 92 1C CA 1C 56 0 15 119 4C 2D
Octal 222 34 312 34 126 0 25 431 114 55
Binary 10010010 11100 11001010 11100 1010110 0 10101 100011001 1001100 101101

Color Harmonies of #921CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921CCA

Black with #921CCA

Text Example


Text Example

White with #921CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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