Html Css Color HEX #9B40CF Dark Orchid

📋 copy color: '#9B40CF'

red 155 ◦ green 64 ◦ blue 207

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

Shades of Dark Orchid #9B40CF

Tints of Dark Orchid #9B40CF

RGB

 RED value IS 155 (60.94% from 255) = 36.38%

 GREEN value IS 64 (25.39% from 255) = 15.02%

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

R = 36.38%
G = 15.02%
B = 48.59%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B40CF (or 0x9B40CF) is known color: Dark Orchid. HEX triplet: 9B, 40 and CF. RGB value is (155,64,207). Sum of RGB (Red+Green+Blue) = 155+64+207=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B40CF is #64BF30. Grayscale: #6B6B6B. Windows color (decimal): -6602545 or 13582491. OLE color: 13582491.

HSL color Cylindrical-coordinate representation of color #9B40CF: hue angle of 278.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 #9B40CF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 64 207 -
CMYK 0.25 0.69 0 0.19
HSL 278.18º 0.6% 0.53% -
HSV(B) 278.18º 0.69% 0.81% -
XYZ 26.61 15.14 60.55 -
YUV 107.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 155 64 207 0.25 0.69 0 0.19 278.18 0.6 0.53
Hex 9B 40 CF 19 45 0 13 116 3C 35
Octal 233 100 317 31 105 0 23 426 74 65
Binary 10011011 1000000 11001111 11001 1000101 0 10011 100010110 111100 110101

Color Harmonies of #9B40CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B40CF

Black with #9B40CF

Text Example


Text Example

White with #9B40CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B40CF; }

 p { color: rgb(155,64,207); }

 H1.HeaderClassName
 {
   color: #9B40CF;
 }
 .AnyTagClassName
 {
   color: #9B40CF;
 }
</style>

background-color css

<style>
 a { background-color: #9B40CF; }

 a { background-color: rgb(155,64,207); }

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

border-color css

<style>
 span { border-color: #9B40CF; }

 span { border-color: rgb(155,64,207); }

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