Html Css Color HEX #9B27CF Dark Orchid

📋 copy color: '#9B27CF'

red 155 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #9B27CF

Tints of Dark Orchid #9B27CF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.73%

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

R = 38.65%
G = 9.73%
B = 51.62%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B27CF (or 0x9B27CF) is known color: Dark Orchid. HEX triplet: 9B, 27 and CF. RGB value is (155,39,207). Sum of RGB (Red+Green+Blue) = 155+39+207=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B27CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27CF is #64D830. Grayscale: #5C5C5C. Windows color (decimal): -6608945 or 13576091. OLE color: 13576091.

HSL color Cylindrical-coordinate representation of color #9B27CF: hue angle of 281.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B27CF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 39 207 -
CMYK 0.25 0.81 0 0.19
HSL 281.43º 0.68% 0.48% -
HSV(B) 281.43º 0.81% 0.81% -
XYZ 25.51 12.92 60.18 -
YUV 92.84 192.43 172.34 -
System Red Green Blue C M Y K H S L
Decimal 155 39 207 0.25 0.81 0 0.19 281.43 0.68 0.48
Hex 9B 27 CF 19 51 0 13 119 44 30
Octal 233 47 317 31 121 0 23 431 104 60
Binary 10011011 100111 11001111 11001 1010001 0 10011 100011001 1000100 110000

Color Harmonies of #9B27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B27CF

Black with #9B27CF

Text Example


Text Example

White with #9B27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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