Html Css Color HEX #9B3DCF Dark Orchid

📋 copy color: '#9B3DCF'

red 155 ◦ green 61 ◦ blue 207

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

Shades of Dark Orchid #9B3DCF

Tints of Dark Orchid #9B3DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

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

R = 36.64%
G = 14.42%
B = 48.94%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B3DCF (or 0x9B3DCF) is known color: Dark Orchid. HEX triplet: 9B, 3D and CF. RGB value is (155,61,207). Sum of RGB (Red+Green+Blue) = 155+61+207=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B3DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DCF is #64C230. Grayscale: #696969. Windows color (decimal): -6603313 or 13581723. OLE color: 13581723.

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

Color convert

RGB 155 61 207 -
CMYK 0.25 0.71 0 0.19
HSL 278.63º 0.6% 0.53% -
HSV(B) 278.63º 0.71% 0.81% -
XYZ 26.45 14.81 60.5 -
YUV 105.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 155 61 207 0.25 0.71 0 0.19 278.63 0.6 0.53
Hex 9B 3D CF 19 47 0 13 117 3C 35
Octal 233 75 317 31 107 0 23 427 74 65
Binary 10011011 111101 11001111 11001 1000111 0 10011 100010111 111100 110101

Color Harmonies of #9B3DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DCF

Black with #9B3DCF

Text Example


Text Example

White with #9B3DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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