Html Css Color HEX #941CCF Dark Orchid

📋 copy color: '#941CCF'

red 148 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #941CCF

Tints of Dark Orchid #941CCF

RGB

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

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

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

R = 38.64%
G = 7.31%
B = 54.05%

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

#941CCF (or 0x941CCF) is known color: Dark Orchid. HEX triplet: 94, 1C and CF. RGB value is (148,28,207). Sum of RGB (Red+Green+Blue) = 148+28+207=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #941CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CCF is #6BE330. Grayscale: #535353. Windows color (decimal): -7070513 or 13573268. OLE color: 13573268.

HSL color Cylindrical-coordinate representation of color #941CCF: hue angle of 280.22º 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 #941CCF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 28 207 -
CMYK 0.29 0.86 0 0.19
HSL 280.22º 0.76% 0.46% -
HSV(B) 280.22º 0.86% 0.81% -
XYZ 23.89 11.63 60.02 -
YUV 84.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 148 28 207 0.29 0.86 0 0.19 280.22 0.76 0.46
Hex 94 1C CF 1D 56 0 13 118 4C 2E
Octal 224 34 317 35 126 0 23 430 114 56
Binary 10010100 11100 11001111 11101 1010110 0 10011 100011000 1001100 101110

Color Harmonies of #941CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941CCF

Black with #941CCF

Text Example


Text Example

White with #941CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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