Html Css Color HEX #9641CF Dark Orchid

📋 copy color: '#9641CF'

red 150 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #9641CF

Tints of Dark Orchid #9641CF

RGB

 RED value IS 150 (58.98% from 255) = 35.55%

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

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

R = 35.55%
G = 15.4%
B = 49.05%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9641CF (or 0x9641CF) is known color: Dark Orchid. HEX triplet: 96, 41 and CF. RGB value is (150,65,207). Sum of RGB (Red+Green+Blue) = 150+65+207=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #9641CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9641CF is #69BE30. Grayscale: #6A6A6A. Windows color (decimal): -6929969 or 13582742. OLE color: 13582742.

HSL color Cylindrical-coordinate representation of color #9641CF: hue angle of 275.92º 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 #9641CF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 65 207 -
CMYK 0.28 0.69 0 0.19
HSL 275.92º 0.6% 0.53% -
HSV(B) 275.92º 0.69% 0.81% -
XYZ 25.73 14.77 60.53 -
YUV 106.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 150 65 207 0.28 0.69 0 0.19 275.92 0.6 0.53
Hex 96 41 CF 1C 45 0 13 114 3C 35
Octal 226 101 317 34 105 0 23 424 74 65
Binary 10010110 1000001 11001111 11100 1000101 0 10011 100010100 111100 110101

Color Harmonies of #9641CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641CF

Black with #9641CF

Text Example


Text Example

White with #9641CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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