Html Css Color HEX #921FCB Dark Orchid

📋 copy color: '#921FCB'

red 146 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #921FCB

Tints of Dark Orchid #921FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.16%

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 38.42%
G = 8.16%
B = 53.42%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#921FCB (or 0x921FCB) is known color: Dark Orchid. HEX triplet: 92, 1F and CB. RGB value is (146,31,203). Sum of RGB (Red+Green+Blue) = 146+31+203=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #921FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921FCB is #6DE034. Grayscale: #545454. Windows color (decimal): -7200821 or 13311890. OLE color: 13311890.

HSL color Cylindrical-coordinate representation of color #921FCB: hue angle of 280.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921FCB is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 31 203 -
CMYK 0.28 0.85 0 0.20
HSL 280.12º 0.74% 0.46% -
HSV(B) 280.12º 0.85% 0.8% -
XYZ 23.12 11.4 57.48 -
YUV 84.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 146 31 203 0.28 0.85 0 0.20 280.12 0.74 0.46
Hex 92 1F CB 1C 55 0 14 118 4A 2E
Octal 222 37 313 34 125 0 24 430 112 56
Binary 10010010 11111 11001011 11100 1010101 0 10100 100011000 1001010 101110

Color Harmonies of #921FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921FCB

Black with #921FCB

Text Example


Text Example

White with #921FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,31,203); }

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

background-color css

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

 a { background-color: rgb(146,31,203); }

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

border-color css

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

 span { border-color: rgb(146,31,203); }

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