Html Css Color HEX #921EC4 Dark Orchid

📋 copy color: '#921EC4'

red 146 ◦ green 30 ◦ blue 196

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

Shades of Dark Orchid #921EC4

Tints of Dark Orchid #921EC4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 196 (76.95% from 255) = 52.69%

R = 39.25%
G = 8.06%
B = 52.69%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#921EC4 (or 0x921EC4) is known color: Dark Orchid. HEX triplet: 92, 1E and C4. RGB value is (146,30,196). Sum of RGB (Red+Green+Blue) = 146+30+196=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #921EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921EC4 is #6DE13B. Grayscale: #535353. Windows color (decimal): -7201084 or 12852882. OLE color: 12852882.

HSL color Cylindrical-coordinate representation of color #921EC4: hue angle of 281.93º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921EC4 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 146 30 196 -
CMYK 0.26 0.85 0 0.23
HSL 281.93º 0.73% 0.44% -
HSV(B) 281.93º 0.85% 0.77% -
XYZ 22.28 11.03 53.18 -
YUV 83.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 146 30 196 0.26 0.85 0 0.23 281.93 0.73 0.44
Hex 92 1E C4 1A 55 0 17 11A 49 2C
Octal 222 36 304 32 125 0 27 432 111 54
Binary 10010010 11110 11000100 11010 1010101 0 10111 100011010 1001001 101100

Color Harmonies of #921EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921EC4

Black with #921EC4

Text Example


Text Example

White with #921EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,30,196); }

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

background-color css

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

 a { background-color: rgb(146,30,196); }

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

border-color css

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

 span { border-color: rgb(146,30,196); }

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