Html Css Color HEX #9941CF Dark Orchid

📋 copy color: '#9941CF'

red 153 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #9941CF

Tints of Dark Orchid #9941CF

RGB

 RED value IS 153 (60.16% from 255) = 36%

 GREEN value IS 65 (25.78% from 255) = 15.29%

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

R = 36%
G = 15.29%
B = 48.71%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9941CF (or 0x9941CF) is known color: Dark Orchid. HEX triplet: 99, 41 and CF. RGB value is (153,65,207). Sum of RGB (Red+Green+Blue) = 153+65+207=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #9941CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941CF is #66BE30. Grayscale: #6B6B6B. Windows color (decimal): -6733361 or 13582745. OLE color: 13582745.

HSL color Cylindrical-coordinate representation of color #9941CF: hue angle of 277.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9941CF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 65 207 -
CMYK 0.26 0.69 0 0.19
HSL 277.18º 0.6% 0.53% -
HSV(B) 277.18º 0.69% 0.81% -
XYZ 26.29 15.06 60.55 -
YUV 107.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 153 65 207 0.26 0.69 0 0.19 277.18 0.6 0.53
Hex 99 41 CF 1A 45 0 13 115 3C 35
Octal 231 101 317 32 105 0 23 425 74 65
Binary 10011001 1000001 11001111 11010 1000101 0 10011 100010101 111100 110101

Color Harmonies of #9941CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9941CF

Black with #9941CF

Text Example


Text Example

White with #9941CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9941CF; }

 p { color: rgb(153,65,207); }

 H1.HeaderClassName
 {
   color: #9941CF;
 }
 .AnyTagClassName
 {
   color: #9941CF;
 }
</style>

background-color css

<style>
 a { background-color: #9941CF; }

 a { background-color: rgb(153,65,207); }

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

border-color css

<style>
 span { border-color: #9941CF; }

 span { border-color: rgb(153,65,207); }

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