Html Css Color HEX #941FC0 Dark Orchid

📋 copy color: '#941FC0'

red 148 ◦ green 31 ◦ blue 192

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

Shades of Dark Orchid #941FC0

Tints of Dark Orchid #941FC0

RGB

 RED value IS 148 (58.2% from 255) = 39.89%

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

 BLUE value IS 192 (75.39% from 255) = 51.75%

R = 39.89%
G = 8.36%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#941FC0 (or 0x941FC0) is known color: Dark Orchid. HEX triplet: 94, 1F and C0. RGB value is (148,31,192). Sum of RGB (Red+Green+Blue) = 148+31+192=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #941FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FC0 is #6BE03F. Grayscale: #535353. Windows color (decimal): -7069760 or 12590996. OLE color: 12590996.

HSL color Cylindrical-coordinate representation of color #941FC0: hue angle of 283.6º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #941FC0 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 31 192 -
CMYK 0.23 0.84 0 0.25
HSL 283.6º 0.72% 0.44% -
HSV(B) 283.6º 0.84% 0.75% -
XYZ 22.22 11.08 50.84 -
YUV 84.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 148 31 192 0.23 0.84 0 0.25 283.6 0.72 0.44
Hex 94 1F C0 17 54 0 19 11C 48 2C
Octal 224 37 300 27 124 0 31 434 110 54
Binary 10010100 11111 11000000 10111 1010100 0 11001 100011100 1001000 101100

Color Harmonies of #941FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941FC0

Black with #941FC0

Text Example


Text Example

White with #941FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941FC0; }

 p { color: rgb(148,31,192); }

 H1.HeaderClassName
 {
   color: #941FC0;
 }
 .AnyTagClassName
 {
   color: #941FC0;
 }
</style>

background-color css

<style>
 a { background-color: #941FC0; }

 a { background-color: rgb(148,31,192); }

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

border-color css

<style>
 span { border-color: #941FC0; }

 span { border-color: rgb(148,31,192); }

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